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 you know about c++?
What is general form of pure virtual function? Explain?
What is diamond problem in c++?
Which programming language's unsatisfactory performance led to the discovery of c++?
What are register variables?
How do you clear a map in c++?
Why is "using namespace std;" considered bad practice?
What is the type of 'this' pointer? When does it get created?
why is iostream::eof inside a loop condition considered wrong?
Mention the ways in which parameterized can be invoked.
What is pointer with example?
How do you flush a buffer in c++?
What is virtual destructor? What is its use?
What is a sequence in c++?
What are the methods of exporting a function from a dll?