Difference between multi-level and multiple inheritance?
Answer Posted / muhammad usman
In Multipal inheritance like this:
Base Calss
_________________
/ | \
/ | \
Class1 Class2 Class3
MultiLevel Inherintance:
Base Class
|
|
Class1
|
|
Class2
| Is This Answer Correct ? | 157 Yes | 67 No |
Post New Answer View All Answers
Explain briefly the difference between value type and reference type?
What are the classes contained in a single .NET DLL ?
How many destructors can a class have?
What is reflection c#?
Can properties be static in c#?
What's c# ?
What is a Command Object in C#?
What is the data provider name to connect to access database?
Explain clr in brief.
What is difference between private and static constructor?
What are the desktop applications?
What is difference between .net and c#?
What are the Types of compatabilities and explain them
What is the difference between Singleton design pattern and Factory design pattern?
What is private in c#?