This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| design_pattern:factory_method_pattern [2017/10/28 08:06] – [인스턴스 생성을 위한 Framework(골격) 측] ledyx | design_pattern:factory_method_pattern [2021/02/07 03:26] (current) – [Factory Method Pattern] ledyx | ||
|---|---|---|---|
| Line 4: | Line 4: | ||
| * [[template_method_pattern]]을 인스턴스 생성에 적용한 패턴. | * [[template_method_pattern]]을 인스턴스 생성에 적용한 패턴. | ||
| - | {{tag> | + | {{tag> |
| = 인스턴스 생성을 위한 Framework(골격) 측 = | = 인스턴스 생성을 위한 Framework(골격) 측 = | ||
| Line 84: | Line 84: | ||
| </ | </ | ||
| - | = 실행 | + | = Client |
| <sxh java> | <sxh java> | ||
| import framework.*; | import framework.*; | ||