Answer Posted / Sushil Kimar Prajapati
The Model-View-Controller (MVC) is an architectural pattern that divides the responsibilities of a computer program into three interconnected components: Model, View, and Controller. The Model manages the data, the View handles user interface, and the Controller acts as an intermediary between them.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers