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
How many human genes are polymorphic?
Why is object oriented programming so hard?
Is enum a class?
What is multilevel inheritance?
What is coupling in oops?
Get me a number puzzle game-program
Why is oop useful?
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
Why do we use polymorphism in oops?
What is encapsulation in oop?
any one please tell me the purpose of operator overloading
What is this pointer in oop?
What are the features of oop?
what are the different types of qualifier in java?
What is object and class in oops?