It is easy to integrate a new client with the MVC Pattern because

  1. The model, view and the controller objects are independent of each other and can be easily used to integrate a new client's business logic

  2. The new client can be coded into the controller as additional business logic for the enterprise data

  3. The MVC pattern makes provisions for any new client at the time of development of the enterprise solution

  4. The MVC Pattern provides for many models to be used by one controller, thus making it easy to incorporate a new client


Correct Option: A

Find more quizzes: