Category: OOP

27
Sep
2015

C++ OOP: Constructor Destructor

The class constructor: A class constructor is a special member function of a class that is executed…

27
Jun
2015

C++ OOP:

C++ is a OOP Version of C… A class is a blueprint of an object…..Basically a object…