Salesforce interview question

Explain MVC.

Interview Answer

Anonymous

May 6, 2020

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.