Answer Posted / munendra kumar
A constructor that has no arguments.
If you don't code one, the compiler provides one if there are no other constructors. If you are going to instantiate an array of objects of the class, the class must have a default constructor.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is low level language in simple words?
What is a local variable?
Is c++ double?
Name the implicit member functions of a class.
What is the difference between an array and a list?
What are the uses of c++ in the real world?
Specify some guidelines that should be followed while overloading operators?
Why is c++ difficult?
Is vector a class in c++?
Which format specifier is used for printing a pointer value?
What are the types of array in c++?
What are features of c++?
Why should we use null or zero in a program?
What is using namespace std in c++?
Can recursive program be written in C++?