UML与面向对象设计学习笔记

UML与面向对象设计学习笔记




1.UML
        UML结构图:


图1 UML结构图





2.面向对象设计
        23种经典设计模式:

创建型:
        类:Factory Method;
        对象:Abstract Factory、Builder、Prototype、Singleton;

结构型:
        类:Adapter_Class;
        对象:Adapter_Object、Bridge、Composite、Decorator、Facade、Flyweight、Proxy;

行为型:
        类:Interpreter、Template Method;
        对象:Chain of Responsibility、Command、Iterator、Mediator、Memento、Observer、State、Strategy、Visitor;
















注:


猜你喜欢

转载自blog.csdn.net/ggf123456789/article/details/53910024