UML 다이어그램 코드로 옮기기

Jeong seulho·2023년 5월 9일
0

소프트웨어 공학

목록 보기
22/25

📌class Diagram to code

📖기호

  • - : private
  • + : public
  • # : protected
  • _ : static

📖상속

📖참조

  • 자기 자신 참조

📖aggregation

  • Computer가 없어져도 다른 객체들은 존재

📖composition

  • Computer가 없어지면 다른 객체들도 같이 사라짐

📖dependence

📌sequence Diagram to code

📌state Diagram to code

0개의 댓글