why all c++ program must have default constructor?
Answer Posted / ashutosh shashi
To initialized objects of class, if you do not create your
own.Its a inbuilt feature of C++ compiler.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
What are references in c++? What is a local reference?
What do you mean by function overriding & function overloading in c++?
What does h mean in maths?
What is vectorial capacity?
Explain the auto storage classes in c++.
Define anonymous class.
Is c the same as c++?
Why the usage of pointers in C++ is not recommended ?
What is the most powerful coding language?
What is the maximum combined length of command line arguments including the space between adjacent arguments?
What is a breakpoint?
What is meant by forward referencing and when should it be used?
Explain data encapsulation?
What is a static member?
Explain the difference between abstract class and interface in c++?