What does model-view-controller represent in an mvc application?
Answer Posted / Neha Sona
In an MVC (Model View Controller) application, the Model represents the data and business logic, the View is responsible for the user interface, and the Controller acts as an intermediary to manage interaction between the Model and View.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers