What is multiple inheritance?

Answer Posted / a h khan

if a class is derived from more than one base class then
inheritance is known as multiple inheritance.

the syntax of multiple inheritance is :-

class D : derivations B1, derivation B2,..........
{
member of class D
}

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How many human genes are polymorphic?

802


Why is object oriented programming so hard?

837


Is enum a class?

802


What is multilevel inheritance?

956


What is coupling in oops?

829


Get me a number puzzle game-program

1938


Why is oop useful?

820


What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?

1900


Why do we use polymorphism in oops?

794


What is encapsulation in oop?

792


any one please tell me the purpose of operator overloading

2171


What is this pointer in oop?

805


What are the features of oop?

840


what are the different types of qualifier in java?

2023


What is object and class in oops?

793