What is multiple inheritance ?
Answer Posted / shivaramraje nimbalkarjoshi
The mechanism in which , A Call which is created my
deriving more than one classes is called Multiple
Inheritance.
| Is This Answer Correct ? | 7 Yes | 5 No |
Post New Answer View All Answers
What is overloading in oop?
Why is oop better than procedural?
What are the 5 oop principles?
Can we create object of abstract class?
What are the 4 main oop principles?
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }
Why is it so that we can have virtual constructors but we cannot have virtual destructors?
Which is not an object oriented programming language?
What is an interface in oop?
Why is abstraction needed?
What is oops with example?
How Do you Code Composition and Aggregation in C++ ?
Which language is not a true object oriented programming language?
How do you answer polymorphism?
What does I oop mean?