Answer Posted / Milky Sodhi
The Model-View-Controller (MVC) is an architectural pattern which separates an application into three interconnected components for maintaining a clean and modular codebase: the Model (manages data), the View (manages user interface), and the Controller (handles user requests).
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers