what is multi level inheritance give n example ?
Answer Posted / ansar ali gujjar
"A type of inheritance in which a class is derived from
another derived class is called multilevel inheritance."
in multilevel inheritace,the members of parent class are
inherited to the child class and the member of child class
are inherited to the grand child class.
for example
class A
^
class B
^
class C
| Is This Answer Correct ? | 66 Yes | 10 No |
Post New Answer View All Answers
what's the basic's in dot net
what type of question are asked in thoughtworks pair programming round ?
write a C++ program for booking using constructor and destructor.
what type of questions
What is pointer in oop?
What is overriding in oop?
what are the ways in which a constructors can be called?
c++ program to swap the objects of two different classes
Why multiple inheritance is not allowed?
hi, this is raju,iam studying b.tech 2nd year,iam want know about group1 and group2 details, and we can studying without going to any instutions? please help me.
Where is pseudocode used?
Plese get me a perfect C++ program for railway/airway reservation with all details.
What is polymorphism and types?
How can you overcome the diamond problem in inheritance?
write a program to find 2^n+1 ?