【发布时间】:2011-09-29 07:00:54
【问题描述】:
可能重复:
What is the difference between Notifications, Delegates, and Protocols?
我是Objective C的新手。想用几句话理解Protocols和Delegates的概念。比如在什么情况下我应该考虑声明一个Protocol,然后在我的类中作为委托使用它或者让其他类使用它。
为什么我不能让我的班级做同样的工作,而不是 Protocols?
感谢您的宝贵时间。
【问题讨论】:
标签: iphone objective-c delegates protocols