Answer Posted / Abhishek Mishra
Model-View-Controller (MVC) is a design pattern that separates an application's components into three interconnected parts: Model, View, and Controller. The Model represents the data and the business logic of the application; the View renders the user interface; and the Controller handles input and coordinates between the Model and View.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers