Does C# support multiple inheritance?
Answers were Sorted based on User's Feedback
No its not possible to support the multiple inheritance.
here we have the interface.
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / kishore.a
C# does not support multiple inheritance. We make use of
Interfaces instead.
Is This Answer Correct ? | 0 Yes | 0 No |
c# is not supporting the multiple inheritence,
why because if u done multiple inheritence it shows the amphiquety problem thets why multiple inheritence is not supported.
to overcome this problem with interface
Is This Answer Correct ? | 0 Yes | 1 No |
What are the uses of namespaces?
What is the namespcae generally given to the webpage of the .NET Framework ?
What is desktop GUI application?
How to exclude a property from xml serialization?
What is default c#?
Is c# a technology?
What is difference between list and dictionary in c#?
What is the advantage of constructor in c#?
What is the base class for array types?
What is a constructor in c#?
Where value types are stored in c#?
What is property c#?