Pergunta de entrevista da empresa Salesforce

Explain MVC.

Resposta da entrevista

Sigiloso

6 de mai. de 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.