开发者

Can a class extend two or more classes

Can a class extend two or more classes in Object开发者_高级运维ive-C?


Objective-C does not allow multiple inheritance.

You could use protocols to achieve whatever you are trying.


Categories could also be used (on a common superclass).

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜