Answer Posted / Alka Yadav
Model-View-Controller (MVC) is a software architectural pattern used in software development to separate an application's design into three interconnected parts: Model, View, and Controller. The Model represents the data and business logic of the application, the View handles user interface elements, and the Controller manages interactions between the User and the Application.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers