C++ Destructors
Introduction to Programming No Comments »The name of the destructor is the same as that of a class with a preceding tilde sign (~). The ~ and name of the class is written as a single word without any space between them. So the name of the destructor of class Date will be ~Date. The destructor can not be overloaded. [...]
Read the rest of this entry »

Recent Comments