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
How do you use nullable?
How to update the gui from another thread in c#?
What is data binding with example?
Explain the functionalities of satellite assembly?
Is c# a keyword?
What is transparent caching with aop ?
What is meant by generics in c#?
Why we use get and set method in c#?
Explain the various types of classes used in c#?
What is static classes in c#?
Why c# is called c sharp?
How main method is called in c#?
What is the keyword used to prevent a class from being inherited by another class?
What is Wrapper class in dot net?
What is the function of the not null constraint?