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
I need code to connect ohter systems in the LAN and i want to display my website image over there and i want explain as a admin through phone. So i need code to access other system using C-Sharp. Any one please help me.Please give me the code. Advace thanks.
Define encapsulation?
What's the implicit name of the parameter that gets passed into the set method/property of a class?
Enlist the different types of classes in c#?
What Is The Smallest Unit Of Execution In .net?
What is an indexer in c#?
Can list contain duplicates c#?
What are the 2 broad classifications of fields in c#?
What is the property of a class in c#?
What is sqldataadapter in c#?
Is c# good for web development?
What is the difference between field and property in c#?
What is .net console?
Why do we override in c#?
Define using statement in c#?