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
Explain what are single and multiple inheritances in c++?
How can you tell what shell you are running on unix system?
Write an algorithm that determines whether or not an almost complete binary tree is a heap.
What does it mean to declare a member variable as static?
Will the following program execute?
What do you understand by a pure virtual member function?
What is virtual methods?
What are manipulators in c++ with example?
How do we implement inheritance in c++?
Why is c++ a mid-level programming language?
How should runtime errors be handled in c++?
State two differences between C and C++.
Define the operators that can be used with a pointer.
Explain one method to process an entire string as one unit?
What is the extraction operator and what does it do?