← Back to POO/3. Classes UML

-> Indicar chave e o seu tipo -> Indicar classe de objetos

-> Abstrato -> escritas a itáico (Aluno, toString,clone)

  • The top section is used to name the class.
  • The second one is used to show the attributes of the class.
  • The third section is used to describe the operations performed by the class.
  • The fourth section is optional to show any additional components

-> Generalization - herança -> Realization - (Interface Implementation)

  • Public (+)
  • Private (-)
  • Protected (#)
  • Package/default (~)

2025-05-21_23:00:32.png

2025-05-21_23:00:24.png 2025-05-21_22:55:33.png 2025-05-21_22:47:03.png