Class Diagrams Flashcards

1
Q

Diagram style

A

UML (unified modelling language) diagram, directly map out

\_\_\_\_\_\_\_\_\_\_\_\_
Class name.  |
———————
Attributes.    |
———————
Methods.     |
———————

Simplified box set up

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Use -,+ and # for access description

FOR VARIABLES/ATTRIBUTES

A
  • devotes private
    + devotes public
    # devotes protected
How well did you know this?
1
Not at all
2
3
4
5
Perfectly