InterviewSolution
Saved Bookmarks
| 1. |
What Are Boundary, Entity And Control Classes? |
|
Answer» Boundary OBJECTS model interaction between the SYSTEM and actors. Entity objects represent INFORMATION and BEHAVIOUR in the application domain. CONTROL objects co-ordinate and control other objects. Boundary objects model interaction between the system and actors. Entity objects represent information and behaviour in the application domain. Control objects co-ordinate and control other objects. |
|