Answer Posted / Vineet Kumar
The Model-View-Controller (MVC) pattern is an architectural design used in software development to separate the data model, user interface, and application logic. In MVC, the model represents the data and business logic of an application; the view is responsible for displaying the data to the user; and the controller handles user input and updates the model and/or view accordingly.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers