Both sides previous revisionPrevious revisionNext revision | Previous revision |
design_pattern:abstract_factory_pattern [2020/07/27 03:32] – [Concrete Factory2 - DivFactory] HTML 코드 삭제 ledyx | design_pattern:abstract_factory_pattern [2021/02/07 03:24] (current) – [Abstract Factory Pattern] ledyx |
---|
* 많은 수의 연관된 하위 클래스를 특정 그룹으로 묶어 한번에 교체.\\ ex) 특정 라이브러리 배포시 OS별로 지원하는 기능이 다를 때, OS별 기능 변경을 통합적으로 변경. | * 많은 수의 연관된 하위 클래스를 특정 그룹으로 묶어 한번에 교체.\\ ex) 특정 라이브러리 배포시 OS별로 지원하는 기능이 다를 때, OS별 기능 변경을 통합적으로 변경. |
| |
{{tag>Architecture Modeling DesignPattern Creational}} | {{tag>Architecture Modeling Design_Pattern Creational}} |
| |
= Factory = | = Factory = |
</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> | |
| |
| |