Select from following answers:- Model, Vision & Control
- Model, View & Controller
- Model, ViewData & Controller
- Model, ViewBag & Controller
- All Above
MVC stands for
M-> Model
V-> View &
C-> Controller
MVC separates application into three components viz Model, View and Controller.
Model is a data and business logic.
View is a User Interface.
Controller is the request handler.
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator