table { width: 100%; }
01. Iterator Pattern
왜 for문을 사용하지 않고 Iterator를 구현할까?
기존 구문 변경없이 loop 순환이 가능함. 즉 특정 구현에 의존하지 않을 수 있게 디자인이 가능함.
02. Adapter Pattern
03. Template Pattern
04. Factory Method Pattern
05. Singleton Pattern
06. Prototype Pattern
07. Builder Pattern
08. Abstract Factory Pattern
09. Bridge Pattern
...