Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
design_pattern:abstract_factory_pattern [2020/07/27 03:32] – [Concrete Factory2 - DivFactory] HTML 코드 삭제 ledyxdesign_pattern:abstract_factory_pattern [2021/02/07 03:24] (current) – [Abstract Factory Pattern] ledyx
Line 5: Line 5:
     * 많은 수의 연관된 하위 클래스를 특정 그룹으로 묶어 한번에 교체.\\ ex) 특정 라이브러리 배포시 OS별로 지원하는 기능이 다를 때, OS별 기능 변경을 통합적으로 변경.     * 많은 수의 연관된 하위 클래스를 특정 그룹으로 묶어 한번에 교체.\\ ex) 특정 라이브러리 배포시 OS별로 지원하는 기능이 다를 때, OS별 기능 변경을 통합적으로 변경.
  
-{{tag>Architecture Modeling DesignPattern Creational}}+{{tag>Architecture Modeling Design_Pattern Creational}}
  
 = Factory = = Factory =
Line 471: Line 471:
 </html> </html>
 </sxh> </sxh>
- 
-<html> 
-<head><title>listfactory.ListFactory</title></head> 
-<body> 
-<h1>listfactory.ListFactory</h1><ul> 
-<li> 
-커뮤니티 
-<ul> 
-<li><a href="http://www.todayhumor.co.kr">오늘의 유머</a></li> 
-<li><a href="http://ruliweb.com/">루리웹</a></li> 
-</ul> 
-</li><li> 
-검색 엔진 
-<ul> 
-<li><a href="http://www.google.com">Google</a></li> 
-<li><a href="http://www.daum.net">Daum</a></li> 
-<li> 
-Naver 
-<ul> 
-<li><a href="http://www.naver.com">Naver</a></li> 
-<li><a href="http://m.naver.com">Naver Mobile</a></li> 
-</ul> 
-</li></ul> 
-</li></ul> 
-<hr><footer>By ledyx</footer></body> 
-</html> 
  
  
design_pattern/abstract_factory_pattern.1595817177.txt.gz · Last modified: 2021/02/07 03:15 (external edit)