Orahi Interview Question

what is MVC.

Interview Answer

Anonymous

Dec 1, 2020

MVC long form is Model View Controller. Model is where we write logic for backend and View is where we design User interface and Controller is where we write logic to control the user action.