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
What is methods in oop?
What are different oops concepts?
What is stream in oop?
What is cohesion in oop?
Which type does string inherit from?
What is polymorphism oop?
What is polymorphism what is it for and how is it used?
What is purpose of inheritance?
What does and I oop mean in text?
What are oops functions?
What is oops?what is its use in software engineering?
Give an example where we have to specifically use C programming language and C++ programming language cannot be used?
What is the main purpose of inheritance law?
How do you achieve polymorphism?
What is constructor in oop?