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
How do you define social class?
How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction
What is encapsulation example?
Why it is called runtime polymorphism?
What are the components of marker interface?
Why we use classes in oop?
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
Why do pointers exist?
What is stream in oop?
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
What are the two different types of polymorphism?
Where You Can Use Interface in your Project
What are the 3 pillars of oop?
How is class defined?
Which is not an object oriented programming language?