Difference between multi-level and multiple inheritance?
Answer Posted / sarathi soja
Multiple Inheritance : we can inherit more than one class
in the same classe.
Multilevel Inheritance:
we can inherit a single class in more than one class
one base class and many derived class
| Is This Answer Correct ? | 52 Yes | 25 No |
Post New Answer View All Answers
What is wcf c#?
What is function and method in c#?
What is strong name assembly?
Why delegates are type safe in c#?
What does public mean in c#?
what is IEquatable
explain the nature of the assembly work?
What is multicast delegate explain with example?
What is the difference between finally and finalize block?
Explain dataadapter.update method in .net?
What is reflection c#?
Why is aws serverless?
What is streamreader/streamwriter class?
Okay, so an int is a value type, and a class is a reference type. How can int be derived from object?
How to add a readonly property in c#.net