what do you mean by common constructor in c++ ?
Answers
Answered by
0
Answer:
Constructor is a special member function of a class that initializes the object of the class. Constructor name is same as class name and it doesn't have a return type. Lets take a simple example to understand the working of constructor.
Answered by
1
Answer:
C++ is a language, in this we sturdy about making app.
I hope it is useful for you
Similar questions