Which of the unit operation is used in Model view controller?

Which of the unit operation is used in Model view controller?

Right Answer is:

Part Whole Decomposition

SOLUTION

  • Part Whole Decomposition unit operation is used in Model view controller.
  • The Model View Controller (MVC) design pattern specifies that an application consist of a data model, presentation information, and control information.
  • The pattern requires that each of these be separated into different objects.
  • MVC is more of an architectural pattern, but not for complete application.
  • MVC mostly relates to the UI / interaction layer of an application.
Scroll to Top