Answer Posted / Preeti Saxena
The concept of MVC (Model-View-Controller) is an architectural pattern used for building user interfaces in applications. It separates an application into three interconnected components: the Model, the View, and the Controller. The Model represents the data and business logic; 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