why all c++ program must have default constructor?
Answer Posted / varsha
Default constructor and destructor gice compilers a place to
hide the code such as invocation of contructors of Base
classes and non static data members.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is c++ namespace?
Explain method of creating object in C++ ?
What is the extension of c++?
Is it possible for the objects to read and write themselves?
Write about all the implicit member functions of a class?
What is name hiding in c++?
Is c++ the most powerful language?
How did c++ start?
Give 10 points of differences between C & C++.
Define basic type of variable used for a different condition in C++?
State the difference between pre and post increment/decrement operations.
Show the declaration for a static member variable.
What is an accessor in c++?
What information can an exception contain?
Explain unexpected() function?