# 设计模式 **Repository Path**: rapid_framework/design_pattern ## Basic Information - **Project Name**: 设计模式 - **Description**: pattern-demo - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-03-07 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #####工厂模式 ● 使用场景:解决用户和产品间的问题 ● 分类:创建型 ● 通常是工厂方法和抽象方法组合使用