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
Please send ford technologies placement paper 2 my mail id
What is constructor overloading in oop?
What is advantage of inheritance?
What is the difference between abstraction and polymorphism?
What is the diamond problem in inheritance?
Which is better struts or spring?
What is the difference between a constructor and a destructor?
write a program that takes input in digits and display the result in words from 1 to 1000
What is the advantage of oop over procedural language?
Why multiple inheritance is not possible?
Why do we use polymorphism in oops?
What is the fundamental idea of oop?
Why is encapsulation used?
What is destructor example?
What do you mean by abstraction?