Answer Posted / Kiran
In the MVC (Model-View-Controller) architectural pattern, the Model represents the data and business logic of an application. It handles data storage, manipulation, and validation. The Model acts as a bridge between the Controller and View, allowing for easy data exchange.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers