Morgan & Morgan interview question

What does MVC stand for and what does each component do?

Interview Answer

Anonymous

9 Oct 2020

Model-View-Controller which is a software concept for separating business logic from the presentation layer. The model is the data structure or the representation of the business concern. The controller is the workhorse which fields the work to present the model as the view. The view is the actual presentation (the “HTML/CSS/JS”).