What is a constructor initializer list and when we use
constructor initializer list?
Answer Posted / mahesh
The main use of constructor is to initialize object.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is the cout in c++?
What problems might the following macro bring to the application?
What is a try block?
What is the difference between an array and a list?
How can a called function determine the number of arguments that have been passed to it?
What is null pointer and void pointer and what is their use?
What is late binding c++?
Why c++ is faster than java?
Explain one-definition rule (odr).
Write a recursive program to calculate factorial in c++.
What is c++ good for?
What is Destructor in C++?
Are iterators pointers?
What is insertion sorting?
Why would you use pointers in c++?