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 the types of errors in c#?
Can you inherit multiple classes in c#?
What is strong data type in c#?
What is the difference between proc. Sent by val and by sub?
What are cookies in c#?
Explain what is an interface in c#?
What are tuples c#?
Can you create sealed abstract class in c#?
How is a string immutable?
Tell me the difference between value passing and address passing?
Does unity use c++ or c#?
Is typeof c#?
What is static classes in c#?
how can one use hcl and c sharp together?
What is generic and non generic collections in c#?