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
What is an orthogonal base class in c++?
If dog is a friend of boy, and terrier derives from dog, is terrier a friend of boy?
Is c++ high level programming language?
What is private inheritance?
Explain the advantages of using friend classes.
What is namespace & why it is used in c++?
Difference between inline functions and macros?
What is the difference between the compiler and the preprocessor?
What is an associative container in c++?
Why do we use double in c++?
What is the difference between a "copy constructor" and an "assignment operator" in C++?
How long does it take to get good at leetcode?
What is &x in c++?
Why do we use using namespace std in c++?
Define private, protected and public access control.