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 structures and unions?
Is map thread safe c++?
How can you say that a template is better than a base class?
Please explain the reference variable in c++?
What is a map in c++?
What are the storage qualifiers?
What are the four partitions in which c++ compiler divides the ram?
Are c and c++ different?
Can class objects be passed as function arguments?
Why do we use double in c++?
What does floor mean in c++?
Write a program in c++ to print the numbers from n to n2 except 5 and its multiples
What can c++ be used for?
You want to link a c++ program to c functions. How would you do it?
What is an adaptor class or wrapper class in c++?