Amongst which of the following is TRUE about model-view-architecture?

19. Amongst which of the following is TRUE about model-view-architecture?

  1. The View accesses the data from the Model using AJAX calls
  2. Model and View are independent and do not communicate directly
  3. Model and View communicate via Controller
  4. Model and View communicate directly

Answer: B) Model and View are independent and do not communicate directly

Explanation:

Model and View are independent of each other and do not communicate directly. Model-view architecture makes the code less complex and easier to work with.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.