what is the order of initialization for data?
Answer Posted / rejeesh r
Class is a connection of objects.
| Is This Answer Correct ? | 1 Yes | 19 No |
Post New Answer View All Answers
Difference between pointer to constant vs. Pointer constant
Explain queue. How it can be implemented?
Explain what is polymorphism in c++?
How const int *ourpointer differs from int const *ourpointer?
What are smart pointers?
Why is "using namespace std;" considered bad practice?
What is c++ namespace?
Differentiate between a template class and class template in c++?
What's the order in which the local objects are destructed?
What is an iterator?
What is flush () in c++?
Comment on assignment operator in c++.
Is c++ high level programming language?
Define a nested class. Explain how it can be useful.
What is ios class in c++?