Difference between multi-level and multiple inheritance?
Answer Posted / aruna
In C#:
interface is supporting multiple inheritence
class is supporting multi level inheritence.
Is This Answer Correct ? | 10 Yes | 3 No |
Post New Answer View All Answers
List down the reason behind the usage of c# language.
Should I use double or float?
Explain about WSDL
Can we inherit private class in c#?
Can you inherit multiple abstract classes in c#?
What is the difference between func and action delegate?
Is namespace a class?
How to put assembly in gac?
For methods inside the interface why can’t you specify the accessibility modifier?
What do you mean by streamreader/streamwriter class in c#?
Which attribute is used in order that the method can be used as webservice?
What is variable and its classification?
How do I move from one form to another in c#?
What is bitwise operator in c#?
Explain the difference between Response.Write () and Response.Output.Write ().