Answer Posted / Ruchi Porwal
Model-View-Controller (MVC) is an architectural pattern that separates an application into three interconnected components for maintaining cleaner, more modular, and scalable code. It improves maintainability, reusability, and testability by minimizing the dependency between different components. MVC allows developers to work on separate modules without affecting each other's functionality.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers