generated from muhandojeon/study-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,10 @@ | ||
## 챕터6 디자인 패턴의 유형 | ||
|
||
디자인 패턴은 어떤 문제를 해결하느냐에 따라 세가지 유형으로 분류 됨 | ||
- 생성 패턴: 주어진 상황에 적합한 객체 생성하는 방법에 중점 | ||
- 구조 패턴: 객체의 구성과 각 객체 간의 관계를 인식하는 방법에 중점 (갠적으로 가장 어려워 보임) | ||
- 행위 패턴: 시스템 내의 객체 간 커뮤니케이션을 개선하거나 간소화하는 방법에 중점 | ||
|
||
<img width="667" alt="스크린샷 2024-10-19 오후 6 08 17" src="https://github.com/user-attachments/assets/5462d9c1-0100-474c-a372-4f5213c55f28"> | ||
|
||
> 다음장부터 디자인 패턴에 대해 진짜 시작 |