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 are the storage qualifiers?
How important is c++?
What is the C-style character string?
Write is a binary search tree? Write an algo and tell complexity?
How to access a variable of the structure?
What is a local reference?
What is c++ code?
What is the protected keyword used for?
How we can differentiate between a pre and post increment operators during overloading?
Differentiate between declaration and definition.
What is a hash function c++?
Write about the scope resolution operator?
Explain public, protected, private in c++?
What are friend classes?
What is :: operator in c++?