

InterviewSolution
Saved Bookmarks
1. |
In a Banking application, we keep the CustomerUI logic separate from the backend or the business logic of our application. Which GRASP principle would take the request from the UI and then assign that to the proper object to do the work? |
Answer» The concept is simple: divide a COMPUTER program into sections that each ADDRESS a separate and DISTINCT CONCERN of the application. |
|