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
When should we use container classes instead of arrays?
Can manipulators fall in love?
What is the use of pointer in c++ with example?
Is it possible for a member function to use delete this?
What is a c++ class?
Is vector a class in c++?
Define macro.
What do you mean by vtable and vptr in c++?
List the merits and demerits of declaring a nested class in C++?
What are mutator methods in c++?
What is the prototype of printf function?
What is token c++?
Write some differences between an external iterator and an internal iterator?
Describe linked list using C++ with an example.
What are the basic data types used in c++?