nus-cs2103-AY2021S1 / forum

20 stars 2 forks source link

How to show inner classes? #397

Open damithc opened 4 years ago

damithc commented 4 years ago

Received from a student?

How to show private inner classes, static inner classes etc.

No special notation within the scope of the notations covered in the module. You can show them as normal classes. Also note that class diagrams need not show all classes. Often, inner classes are not important enough to show up in a class diagram. In fact, that's one reason why we make them inner classes i.e., so that others don't need to know about them.