Answer Posted / dasora
when do you like inherit from more than two class
it is called multiple inheritance
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Explain shallow copy?
What is the full form of ios?
Does std endl flush?
what is pre-processor in C++?
Which command properly allocates memory a) char *a=new char[20]; b) char a=new char[20]; c) char a=new char(20.0);
Are php strings immutable?
Explain operator overloading.
What are structs in c++?
What is a dynamic binding in c++?
Explain how an exception handler is defined and invoked in a Program.
Which is the best c++ compiler?
Why do we use setw in c++?
Which function should be used to free the memory allocated by calloc()?
How do you define a class in c++?
How can you differentiate between inheritance and implementation in c++?