# design-execsice **Repository Path**: happymmallwang/design-execsice ## Basic Information - **Project Name**: design-execsice - **Description**: 设计模式- - **Primary Language**: Java - **License**: 0BSD - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 0 - **Created**: 2022-09-14 - **Last Updated**: 2023-12-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: Java ## README # design-execsice ### 开闭原则 --对增加功能放开 对修改关闭 ### 里氏替换原则 --任何接收父类型的地方,都应当能接收子类型 #### 介绍 设计模式-概要 #### 简单工厂设计模式 #### 工厂方法设计模式 #### 抽象工厂设计模式 #### 单例设计模式 。。。。持续更新中