In C++ Constructor and destructor concept
Constructor is a method that has the same signature as the class and is used to class objects.
Destructor is a method that has the same signature as the class Destructor executed when an object will be destroyed.


LinkBack URL
About LinkBacks
Reply With Quote



Bookmarks