Difference between multi-level and multiple inheritance?
Answer Posted / ashifa
Multiple inheritance: It has one derived class and can have
more than one base class.
Multilevel inheritance: It has one base class and many
levels of derived classes.
Is This Answer Correct ? | 56 Yes | 17 No |
Post New Answer View All Answers
In a memory when you Box and Unbox a value-type what happens?
What is signature c#?
Which is faster abstract class or interface in c#?
What is the difference between parse and tryparse in c#?
What is difference between interface and abstraction?
What is an enumerator c#?
What is hash c#?
What sort algorithm does c# use?
Enlist the different types of classes in c#?
Explain the difference between private and shared assembly?
What is asp net c# corner?
What is stringbuilder c#?
What do you mean by parsing and how to parse a date time string in c#?
Between windows authentication and sql server authentication, which one is trusted and which one is untrusted?
What is hashtable in c# net with example?