Why multiple Inheritence is not used in C#?
Answer Posted / naveen mishra
We can implement multiple Inheritence using interfaces
| Is This Answer Correct ? | 15 Yes | 3 No |
Post New Answer View All Answers
What is the default scope of a class in c#?
What do u meant by "SBI" of an object?
So what makes your code really object-oriented #?
What is an escape sequence in c#?
How do you convert byte array to hexadecimal string, and vice versa?
Define thread? Explain about multithreading?
What namespace is list in c#?
What does || mean in programming?
What is static void main in c#?
How main method is called in c#?
Can you put two constructor with the same structure in a class?
Which property of the textbox cannot be changed at runtime?
Can interface inherit class in c#?
How can an inner class access the members of outer class?
if a method is marked as protected internal who can access it?