How do you create multiple inheritance in C#?
Answer Posted / mukesh
C# doesnt support multiple inheritance. by using interfaces
to solve that problem. C# supports multilevel inheritance.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is xaml file in c#?
What is a linq in c#?
I have 3 overloaded constructors in my class. In order to avoid making instance of the class do I need to make all constructors to private?
Explain lock, monitors, and mutex object in threading.
What is the relation between classes and objects?
How does inheritance work in c#?
What is private class in c#?
What are c# collections?
What is the max value of int32 in c#?
What Is The Smallest Unit Of Execution In .net?
What is Assembly. and Describe type of assembly. why most developer happy with private assembly.
What is c# entity framework?
What is binding in c#?
What is a custom attribute?
Does c# support properties of array types?