Does C# support multiple inheritance?
Answer Posted / venu gopal
No, use interfaces instead.
Is This Answer Correct ? | 15 Yes | 1 No |
Post New Answer View All Answers
If a child class instance is created, which class constructor is called first - base class or child class?
Define thread? Explain about multithreading?
Is predicate a functional interface?
What is the main method in c#?
What are the 2 broad classifications of fields in c#?
What is arraylist?
What is final keyword in c#?
What is primitive types in c#?
What is cshtml?
What does console readline do in c#?
Can we create instance of private class in c#?
What is difference between a constant and read-only in C#?
What do you mean by abstract class in c#?
Why do we need reflection in c#?
Can you specify nested classes as partial classes?