- 1
Is Swift capable of doing multiple inheritance?
2 Réponses
0
No, Swift does not support inheriting from multiple classes.
However, you can inherit from a class and impletent a protocol at the same time.
- 1
There is no inheritance in Swift but there are ways for achieving the inheritance.....