-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
读《Objective-C 编程之道》 #87
Comments
大纲1. 简介
2. 对象创建(Object Creation)
3. 接口适配(Interface Adaption)
4. 对象解耦(Decoupling of Objects)
5. 抽象集合(Abstract Collection)
6. 行为扩展(Behavioral Extension)
7. 算法封装(Algorithm Encapsulation)
8. 性能和对象访问(Performance and Object Access)
9. 对象状态(State Of Object )
|
1.1 简介
|
1.2 案例分析 |
2.1 对象创建之原型(Prototype)
|
2.2 对象创建之工厂方法/类簇模式(Factory Method/Class Cluster) |
2.3 对象创建之抽象工厂(Abstract Factory) |
2.4 对象创建之生成器(Builder) |
2.5 对象创建之单例(Singleton) |
3.1 接口适配之适配器(Adapter) |
3.2 接口适配之桥接(Bridge) |
3.3 接口适配之外观(Facade) |
4.1 对象解耦之中介者(Mediator) |
4.2 对象解耦之观察者(Observer) |
面向对象的编程,大同小异啊。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
阅读要点:
The text was updated successfully, but these errors were encountered: