错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Model-View-Controller Design Framework

  • Shantanu Baruah,
  • Shaurya Baruah

摘要

Model-View-Controller (MVC) architecture is one of the most popular design patterns used in software application development. Based on what function that code represents, MVC segregates the code into manageable components, thereby helping better readability, usability, and maintainability of written code. MVC design pattern assigns objects in the application of the following three roles: