Mention what does model-view-controller represent in an mvc application?
Answer Posted / Tauseef Rafat
In an MVC application, Model-View-Controller represents the three interconnected components. The Model manages data and business logic, the View displays the information, and the Controller handles user interactions and communicates between the Model and the View.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers