Difference between multi-level and multiple inheritance?
Answer Posted / kautilya
Multiple Inheritance : we can inherit more than one class
in the same classe.
Multi-Level Inheritance: where onc class can inherit only
one base class and the derived class can become base class
of some othere class.
| Is This Answer Correct ? | 250 Yes | 35 No |
Post New Answer View All Answers
can you declare an override method to be static if the original method is not static?
What is difference between overloading and short circuiting?
How do I simulate optional parameters to com calls?
Why it's said that writing into .NET Application Configuration Files is a Bad Idea?
Define multicast delegate in c#?
Explain hash table in c# ?
What is dependency injection?
Who benefits from ajax?
What are value types and reference types?
Define constructor in c#.
What is concrete class in c#?
What is list collection in c#?
What is final keyword in c#?
Is datetime value type c#?
How Reflection is used and what it's significance ?