What is a constructor initializer list and when we use
constructor initializer list?
Answer Posted / deep
There is couple special case when you need mandatory
constructor initialization list.
a. To initialise a const
b. To initialise a reference
| Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
Describe the advantage of an external iterator.
What is std :: endl?
What is the full name of logo?
What is vector string in c++?
How do I tokenize a string in c++?
List down the guideline that should be followed while using friend function.
Is string an object in c++?
Write a program to find the Factorial of a number
Is c++ the hardest programming language?
Give the difference between the type casting and automatic type conversion. Also tell a suitable C++ code to illustrate both.
Write about the various sections of the executable image?
How much is c++ certification?
How many types of comments are there in c++?
Give example of a pure virtual function in c++?
What is a list c++?