what is multi level inheritance give n example ?
Answer Posted / desh
A class which is derived from another class and it can also
be derived by an another class is known as multilevel
inheritance.{combination of two or more simple inheritance
in a same program are also called as multilevel inheritance.}
example: hen->chick->egg.
animals
/ \
/ \
herbivorous carnivorous
/ \ / \
goat cow lion snake
| Is This Answer Correct ? | 12 Yes | 19 No |
Post New Answer View All Answers
Whats oop mean?
Why is polymorphism needed?
How do you achieve polymorphism?
how to get the oracle certification? send me the answer
What is the importance of oop?
write a code for this. serial_number contained in the header of the file will be read , if this serial number is less than a previous serial number within a successfully processed file, or is the same as another serial number within a successfully processed file, or if the field contains anything other than 7 digits, then the file must error with the reason ‘Invalid SERIAL_NUMBER’.
What is cohesion in oop?
Why is abstraction needed?
What is polymorphism in oop example?
What is object-oriented programming? Webopedia definition
Why polymorphism is used in oops?
How do you define social class?
What is destructor in oop?
What is this pointer in oop?
write a program to find 2 power of a 5digit number with out using big int and exponent ?