What is a Default constructor?
Answer / 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 |
How does class accomplish data hiding in c++?
What is the difference between shallow copy and deep copy?
What is the use of bit fields in structure declaration?
What is std :: flush?
Differentiate between an array and a list?
What is c++ array?
What is a singleton class c++?
Define whitespace in C++.
Does c++ support multilevel and multiple inheritances?
Can a program run without main?
What are static variables?
State the difference between delete and delete[].