Fundamental Design Patterns ¶
DesignPatterns ��� ������������ ������ 구������ 간��������������� ������������ ������. ��������������� ����� 기������ ������ ������ ���������. ������ ���������과 ����� ������������. Refactoring ��� ��������� ������������ ������������ �������� ���겠���. (Delegation��� 경������ ������������ ��������������� ��������������� ������ ���고 ������ ��������. Java ��������� InterfacePattern ��� �����������.)
기��������� ����������� Delegation, DoubleDispatch �� ��������� (SmalltalkBestPracticePattern������ ���급��������� �� ��������.. ������ ������), 'Patterns In Java' ������ ������������ Delegation 과 Interface, Immutable, MarkerInterface, Proxy ��� ������. (Proxy ��� DesignPatterns ��� ���기��� ������.)
- DelegationPattern
- DoubleDispatch
- InterfacePattern
- ImmutablePattern
- MarkerInterface
- Proxy
근���, ���금 ������ ����� Patterns in Java ��� ��������� �� ��고.. 그���게 '��������� ������' ������ ��������� ���������. (Proxy ��������� 과��� ������개������까. RPC 구��� ��������� ������������������ ��������������� ���������.) Patterns in Java ��� �������� ������������ ����� ������ �� �������� ���각. (DoubleDispatch ��� ��� ��������������� ������겠고 ������ ��������������� ���각������������ ��������� Delegation ���������?) --1002