Difference between multi-level and multiple inheritance?
Answer Posted / vipin rana
multiple inheritance: It is define that type of inheritence
in which more than one class can derived one derived class.
ie.
base1 base 2 base n
| | |
| | |
|_____________ derived _______|
multilevel inheritance: It is define that type of
inheritance in which one derived class can derived a new
class as well as well base class for new derived class is
refered to as intermidite base class..
ie. 1 base class
|
|
|
2 intermidiate base class
|
|
|
3 derived
or .. student
|
|
test
|
|
result
| Is This Answer Correct ? | 7 Yes | 4 No |
Post New Answer View All Answers
Why would you use untrusted verification?
Is c# an open source language?
What is state c#?
What is the data provider name to connect to access database?
What is the role of the datareader class in ado.net connections?
How long will it take to learn c#?
What is integer c#?
In object oriented programming, how would you describe encapsulation in c#?
Explain lock, monitors, and mutex object in threading.
What do u meant by "SBI" of an object?
What is the difference between dataset and datatable in c#?
Why is ienumerable used?
What is iqueryable?
Can abstract class be instantiated c#?
What is an iqueryable in c#?