Answer Posted / Nitin Rana
The purpose of MVC (Model-View-Controller) is to separate an application into three interconnected components: Model (handles data), View (displays data), and Controller (handles user interactions and coordinates between Model and View). This separation promotes a cleaner, more modular design, easier testing, and better scalability.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers