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.
Received from a student?
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.