what is the order of initialization for data?
Answer Posted / g. maheshwari
The member and base classes are initialized in the order they appear in the class definition, not the order they appear in initialization list.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Which format specifier is used for printing a pointer value?
What is the best way to declare and define global variables?
Explain the static member function.
Will c++ be replaced?
Explain the benefits of proper inheritance.
What is the difference between function overloading and operator overloading?
What does it mean to declare a member function as static?
When one must use recursion function? Mention what happens when recursion functions are declared inline?
Is c++ built on c?
What is a driver program?
What is iterator in c++?
What is the average salary of a c++ programmer?
Can we get the value of ios format flags?
what is the difference between linear list linked representaion and linked representation? what is the purpose of representing the linear list in linked represention ? is it not avoiding rules of linear represention?
Can we inherit constructor in c++?