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
What is session and cookies in c#?
What is a trace and asset? Explain some differences?
What are the generation of Garbage Collection in C# .NET ?
Can u list some style properties of List Box?
What is sql transaction in c#?
Can you instantiate a struct without using a new operator in c#?
What is the advantage of dependency injection?
How do you remove white spaces from a string?
What is datareader c#?
What are the different states of a thread?
What is a jagged array?
What is the difference between interface and inheritance in c#?
What are accessors?
Can we inherit class that contains only one private constructor?
What is datagrid c#?