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 difference between console application and windows application?
What is .net c#?
What is dependency in software?
Which class comes after the SortedList class?
What is predicate c#?
What do you understand by an Implicit Variable?
If a class derives from another class, will the derived class automatically contain all the public, protected, and internal members of the base class?
What is variable and its classification?
Why do we need events in c#?
What is native image generator (ngen.exe)?
What is an array? Give the syntax for a single and multi-dimensional array?
Why delegates are type safe in c#?
Why do we use virtual methods in c#?
Can we inherit private class in c#?
What is difference between a constant and read-only in C#?