Constructors and destructors
Funny words in object oriented programming. Constructors initialise the object and destructors clean up the objects. So that your user does not get segmentation fault. :)
Read more about constructors in my blog
Notes on all classes, objects, constructors, operator overloading, templates etc are available offline in my app Simplified C++.
Download the app
Comments
Post a Comment