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 word you will use when defining a function in base class to allow this function to be a polimorphic function?
What is the meaning of string in c++?
Which recursive sorting technique always makes recursive calls to sort subarrays that are about half size of the original array?
How to access a variable of the structure?
What is the average salary of a c++ programmer?
If I is an integer variable, which is faster ++i or i++?
What is the use of this pointer in c++?
What are disadvantages of pointers?
How do you master coding?
What is double in c++?
Is sorted c++?
Incase of a function declaration, what is extern means?
Describe exception handling concept with an example?
Do you know about latest advancements in C++ ?
What is format for defining a structure?