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 the difference between ienumerable and enumerable?
What is a view? What is the use of it?
What is ado c#?
How to block a class from being inherited further?
Can we overload the main method in c#?
What language do desktop applications use?
Does c# support c type macros?
Can datetime be null c#?
Are multiple data types stored in System.Array?
What are the properties of string?
In which format you can pass the value in the sleep function?
In the page load event I assigned dropdownlist’s datasource property to a valid list. On the submit button click.. The same datasource property is coming as null. Why?
What is asp net c#?
Is string a class in c#?
How many types of inheritance are there in c#?