관계 표기법
클래스 간 관계와 표기법에 대한 자세한 설명은 이곳(https://hellmir.tistory.com/entry/클래스-설계-시-상속-관계-합성-관계-위임-관계의-개념in-Java)에 있다.
클래스 다이어그램 예시(배달 애플리케이션)
Class Diagrams
Member
Shop
Menu
Order
Cart
소스 코드는 이곳(https://github.com/hellmir/delivery)에서 볼 수 있다.
참고 자료
https://songacoding.tistory.com/90
'Development > Software Design' 카테고리의 다른 글
싱글톤 패턴(Singleton Pattern)의 개념과 특징 (2) | 2023.08.03 |
---|---|
클래스 설계 시 상속 관계, 합성 관계, 위임 관계의 개념(in Java) (2) | 2023.07.23 |
클래스 다이어그램(Class Diagram) 모델링 (2) | 2023.07.10 |