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
Why is oop better than procedural?
What is encapsulation c#?
What is coupling in oop?
What is object in oop with example?
How is class defined?
What is the point of polymorphism?
Get me a number puzzle game-program
to find out the minimum of two integer number of two different classes using friend function
Why do we use oops?
What is object-oriented programming? Webopedia definition
Why is polymorphism needed?
Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.
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.
Why do we use polymorphism?