what is multi level inheritance give n example ?
Answer Posted / vidhya
The process of inheriting a new class from the already inherited class is called as multilevel inheritance.
example:
Class A
|
|
Class B
|
|
Class C
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
Can we define a class within the interface?
Why do we need polymorphism in c#?
What are the benefits of polymorphism?
What is interface? When and where is it used?
#include
What do you mean by abstraction?
Are polymorphisms mutations?
What do you mean by overloading?
What exactly is polymorphism?
How do you define social class?
What is destructor example?
What is a class in oop?
What is a class and object?
What is object and example?
Explain the advantages of inheritance.