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
Why do we need ienumerable in c#?
What is the purpose of constructor in c#?
Explain code compilation in c#.
Can we have 2 main methods in c#?
What is an assembly qualified name? Is it a filename? How is it different?
Difference between type constructor and instance constructor? What is static constructor, when it will be fired? And what is its use?
What is the difference between static class and singleton class in c#?
What are events in C#?
How does inheritance work in c#?
What is eager and lazy loading in c#?
What does typeof return c#?
Explain the Abstract class in c#.net
Can I do things in il that I can't do in c#?
What is stringbuilder c#?
How many digits are in an integer?