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 |
What do you mean by static variables?
How do you invoke a base member function from a derived class in which you’ve overridden that function?
What is the use of 'using' declaration in c++?
What is private, public and protected inheritance?
When do we run a shell in the unix system? How will you tell which shell you are running?
What are the differences between java and c++?
Write about the stack unwinding?
What are the 4 types of library?
what is the basic concept of c++(object oriented programing)
what is upcasting in C++?
What is c++ good for?
What are the different operators in C++?