C#.Net support multiple inheritance, comment.- No, but we can use interface instead. - Multiple inheritance is a form of inheritance where two or more classes are inherited by the derived class. - Multiple inheritance is nor supported in .Net because it is hard to understand. - It can produce some unpredictable bugs. - Sometimes it is difficult to debug and understand.
|