What is multiple inheritance ?
Answer Posted / sri
Multiple Inheritance is that one derived class having more
than one base class.
C/C++ will support multiple inheritance.
Java does not support multiple inheritance.
| Is This Answer Correct ? | 23 Yes | 3 No |
Post New Answer View All Answers
Can you inherit a private class?
any one please tell me the purpose of operator overloading
What is the highest level of cohesion?
What is oops concept with example?
What is destructor oops?
Why interface is used?
write string class as your own class in java without using any built-in function
What is the difference between inheritance and polymorphism?
What is encapsulation with example?
What is encapsulation process?
What is multilevel inheritance explain with example?
What is object in oop with example?
What is encapsulation and abstraction? How are they implemented in C++?
What are main features of oop?
What is multilevel inheritance in oop?