<<< From Use Cases to Classes | Index | What are we looking for? >>> |
Entity objects:
model the information that should survive a use case.
model the behavior related to this information.
Interface objects:
model the information and behavior dependent on the interface to the system.
Control objects:
model the functionality not tied to other types of objects.
<<< From Use Cases to Classes | Index | What are we looking for? >>> |