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 generic delegate in c#?
What is a linked list c#?
What is int16?
For read-only operation which property you have to designated?
Is everything an object c#?
Explain the difference between Response.Write () and Response.Output.Write ().
Distinguish between system.string and system.text.stringbuilder classes?
What is querystring in c#?
What are variables in c#?
What does immutable mean in c#?
Is c# good for web development?
What is generic types in c#?
Why we use delegates in c#?
What is serializable in c#?
What is a delegate? Explain.