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
What is difference between class and function?
What are shallow and deep copies?
why and when we can declar member fuction as a private in the class?
Is c++ a high level language?
What is flush () in c++?
Are there interfaces in c++?
what does the following statement mean? int (*a)[4]
What is lambda expression c++?
What do you mean by inheritance in c++?
What is the error in the code below and how should it be corrected?
Incase of a function declaration, what is extern means?
What is the precedence when there is a global variable and a local variable in the program with the same name?
What does ctime() do?
How does a C++ structure differ from a C++ class?
What is meant by entry controlled loop?