A Simple OO Design Task

Task

Extract the "isa" (class, inheritance), "has" (attributes), "uses" (asssociations), and "does" (methods) in the following design.

Solution

Comments