Explain MVC (Model-View-Controller) in general?
Answer Posted / Pradeep Kumar Maurya
MVC is a design pattern that separates an application into three interconnected components: the Model, which manages data and business logic; the View, which handles user interface elements; and the Controller, which processes user input and updates the Model or View as needed.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers