Answer Posted / dee
Multiplae inheritance is used when we want to reuse the
code from 2 ro 3 classes.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Why are pointers used?
Explain the uses oof nested class?
How do you establish a has-a relationship?
Does c++ have string data type?
Can I have a reference as a data member of a class? If yes, then how do I initialise it?
What is a .lib file in c++?
When is the copy constructor called?
What is a manipulator in c++?
Does a derived class inherit or doesn't inherit?
Explain the difference between class and struct in c++?
What is the benefit of learning c++?
What is the need of a destructor?
Where and why do I have to put the "template" and "typename" keywords?
Is it legal in c++ to overload operator++ so that it decrements a value in your class?
What is the difference between the functions memmove() and memcpy()?