美文网首页
常用设计模式

常用设计模式

作者: Jokerone_ | 来源:发表于2017-04-06 17:13 被阅读0次

    创建型模式

    工厂(factory)
    单例(instance)

    结构型模式

    适配器(adapter适配器,adaptee适配者)
    装饰者(Decorator)
    外观

    行为型模式

    命令(command)这个比较难
    观察者(Observer)
    策略(strategy)
    模板方法(template)
    状态(state)
    状态模式感觉并不友好啊,状态的转换stateCheck()还是需要大量的if...else...语句。

    Java 设计模式娓娓道来

    相关文章

      网友评论

          本文标题:常用设计模式

          本文链接:https://www.haomeiwen.com/subject/qwpqattx.html