What is multiple inheritance ?
Answer Posted / funny guy
Multiple Inheritance is a feature of OOPS where the derived
class can extend features from more than one class.
That means if we have class A and class B then class C can
extend class A and class B.
Having said that from Java point of view this feature is not
supported as it may result in Diamond Problem.
C++ does support this features.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is polymorphism explain its types?
Is this job good for future? can do this job post grduate student?
What is a class oop?
What is encapsulation in ict?
When not to use object oriented programming?
What are the 4 pillars of oop?
What is persistence in oop?
#include
Why is abstraction used?
Is react oop?
What is the diamond problem in inheritance?
What type of loop is a for loop?
Which type does string inherit from?
What is object-oriented programming? Webopedia definition
What do you mean by variable?