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
Do we get an error while executing the “finally” block in c#?
What is difference between dll and exe in c#?
What are data types in C#?
What is asenumerable in c#?
What is the namespcae generally given to the webpage of the .NET Framework ?
What are escape sequences explain with example?
is it possible to access a remote web service Without UDDI?
Is there regular expression (regex) support available to c# developers?
Why delegates are type safe?
What is Custom attribute? How to create? If I'm having custom attribute in an assembly, how to say that name in the code?
Which is the base class in c#?
How do I link two windows forms in c#?
Is constructor a static method?
In which order the constructor is called for an inherited class?
Describe the types of comments in c#?