Tag Archives: Multiple Constructor in a class

constructor in c++

Constructor In C++ -: In the c++ programming languageĀ A constructors is a special member function whose task is to initialize the object of its class. It is a special because its name is the same as the class name. The constructors is involved whenever an object of its associated class is created. It is calledā€¦ Read More »