Tech
Diary
Lecture
About Me
개발중
UML 다이어그램 코드로
JeongSeulho
2023년 05월 08일
준비중...
클립보드로 복사
📌class Diagram to code
📖기호
-
: private
+
: public
#
: protected
_
: static
📖상속
📖참조
자기 자신 참조
📖aggregation
Computer가 없어져도 다른 객체들은 존재
📖composition
Computer가 없어지면 다른 객체들도 같이 사라짐
📖dependence
📌sequence Diagram to code
📌state Diagram to code
CS
<
코드 리팩토링
소프트웨어 테스트
>