How to achieve the multiple inheritance?

Forums C#How to achieve the multiple inheritance?
Staff asked 3 years ago

Answers (1)

Add Answer
Umang Ramani Marked As Accepted
Staff answered 3 years ago

The only way to implement multiple inheritance is to implement multiple interfaces in a class.

you can not inherit multiple class

 

Subscribe

Select Categories