How do you create multiple inheritance in C#?
Answer Posted / shafi syed
C# does'nt support multiple inheritance. In that situation
we use interface
Is This Answer Correct ? | 108 Yes | 8 No |
Post New Answer View All Answers
What is the lock statement in c#?
Is c# a strongly-typed language?
List down the reason behind the usage of c# language.
Enlist some of the properties of a thread class?
What is generic delegates in c#?
Can properties be overloaded in c#?
What all details the assembly manifest will contain?
What is monitor in C#?
When do we generally use destructors to release resources?
What are different types of Delegates in C#?
What is the do while loop code?
Can a dictionary have the same key?
What are the different types of classes?
What are the advantages of interface in c#?
Different between method overriding and method overloading?