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


Please Help Members By Posting Answers For Below Questions

What is abstraction in oops?

589


What does oop mean in snapchat?

684


What is a class and object?

600


Why it is called runtime polymorphism?

577


What is an interface in oop?

595






Why is polymorphism important in oop?

633


What is polymorphism and why is it important?

562


What is an example of genetic polymorphism?

651


i got a backdoor offer in process global,Bangalore..Can i work with it?

2326


What is encapsulation oop?

577


write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.

1793


Can abstract class have normal methods?

614


How do you define social class?

600


Can enum be null?

587


What is the important feature of inheritance?

635