InterviewSolution
Saved Bookmarks
| 1. |
What Is Mvc? |
|
Answer» MVC is a design pattern that stands for Model View CONTROLLER. This design pattern separates the data from its display, MEDIATED by a View Controller. MVC is a design pattern that stands for Model View Controller. This design pattern separates the data from its display, mediated by a View Controller. |
|