Answer Posted / Upendra Kumar Awasthi
MVC (Model-View-Controller) is a software design pattern commonly used in web development. The Model represents the data and business logic, the View handles user interface elements, and the Controller acts as an intermediary between them. When a user interacts with the View, the Controller updates the Model and then triggers the View to refresh accordingly.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers