Explain MVC.
Anonimo
Model - View - Controller Model is that data aka the database aka the records View is how they are seen based on permissions as well as layouts/VF pages, etc Controller is the code that creates interaction between the model and the view.