Answer Posted / Umesh Chandra
Model-View-Controller (MVC) is an architectural pattern that separates an application into three interconnected components: the Model, the View, and the Controller. The Model represents the data and business logic of the application; the View handles user interface presentation and interaction; and the Controller coordinates interactions between the Model and the View.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers