What is multiple inheritance ?
Answer Posted / priya
derived means existing class.
base means new class from the existing class.
multiple class is defined as from one derived class we can
create several base class
| Is This Answer Correct ? | 3 Yes | 17 No |
Post New Answer View All Answers
What is cohesion in oop?
What is constructor overloading in oop?
How do you explain polymorphism?
How does polymorphism work?
Why is abstraction needed?
What are the 3 pillars of oop?
What is class and object with example?
can inline function declare in private part of class?
What is the fundamental idea of oop?
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
How do you achieve runtime polymorphism?
Why do we use polymorphism?
What is oops in simple words?
What are the 4 pillars of oop?
Can static class have constructor?