Learn about Defaulted Default Constructor Outside of a Class Definition

The Constructor in C++ is a function, a method in the class, but it is a ‘special method’ that is automatically called when an object of a class is created. We don’t need to call this … Continue reading Learn about Defaulted Default Constructor Outside of a Class Definition