why all c++ program must have default constructor?
Answer Posted / jayakrishna
In c++ we have constructors for initialising the values for
the variables where destructors are present in order to
deallocate the the memory after completion of the work.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
explain the reference variable in c++?
Explain bubble sorting.
What is endianness?
What is function overriding in c++?
What are the four main data types?
What is the best c++ book?
Which operator cannot overload?
What is an orthogonal base class in c++?
Can we use this pointer inside static member function?
What are virtual constructors/destructors?
What is c++ stringstream?
Is python written in c or c++?
What do you mean by inheritance in c++?
Where the memory to the static variables is allocated?
What is the best c c++ compiler for windows?