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 is deadly diamond problem?
You have got 1 million parking slots. At a time a parking slot can be free or not. To get next slot easily which data structure to implement?
Is c# queue thread safe?
What is the difference between array and arraylist c#?
What is the difference between System.console.WriteLine() and System.console.Write() function?example?
how to implement singelton in C# & its uses?
What is the use of tuple in c#?
How to open a new form on button click in Windows forms?
Is .net and c# the same?
hi i m bhawna ,a student of mca want to know about what type of technical question has been asked in an interview of mnc's like HCL,TCS,WIPRO
Do we get an error while executing the “finally” block in c#?
Why do we need singleton pattern in c#?