1.

Does C# Support Multiple Class Inheritance?

Answer»

No, C# supports single class INHERITANCE only. HOWEVER CLASSES can implement MULTIPLE interfaces at the same time.

No, C# supports single class inheritance only. However classes can implement multiple interfaces at the same time.



Discussion

No Comment Found