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
What are the advantages of early binding?
What is tellg () in c++?
Explain the term memory alignment?
Of the numbers 12 23 9 28 which would be at the top of a properly implemented maxheap a) 28 b) 9 c) Any of them could be
how to explain our contribution in the project?
What is the difference between the parameter to a template and the parameter to a function?
Does c++ cost money?
What is a base class?
What is the difference between strcpy() and strncpy()?
What is a string example?
What is a constant? Explain with an example.
What is a multimap c++?
Ask to write virtual base class code?
Can I create my own functions in c++?
Where do I find the current c or c++ standard documents?