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 |
Can we generate a C++ source code from the binary file?
How many static variables are created if you put one static member into a template class definition?
What is function overloading c++?
Is map ordered c++?
Write a program for Divide a number with 2 and Print the output ( NOTE: Check for divide by zero error).
Is c++ free?
What is the difference between reference type and pointers.
What return value must conversion operators have in their declaration?
What are the weaknesses of C++?
Is c++ primer good for beginners?
Explain the concept of inheritance in C++.
Write a program which uses Command Line Arguments