Explain the MVC design pattern.
Anonymous
A way to separate an application into 3 separate responsibilities. The model represents your business-logic, the data you are working with. The view is what displays said data to the user and allows for user input. The controller acts as an interface between the model and the view allowing them to communicate and work together.
Check out your Company Bowl for anonymous work chats.