Computer Science, asked by anilgss3909, 1 month ago

Which GRASP principle would take the request from the UI and then assign that to the proper object to do the work?

Answers

Answered by rcvrvf241
5

Answer:

controller in GRASP design principles

deals with how to delegate the request from the UI latest comes from UI layer object, Controller pattern helps us in determining what is that first object that receive the message from the UI

Similar questions