Question d’entretien chez Salesforce

Explain MVC.

Réponse à la question d'entretien

Utilisateur anonyme

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