Pregunta de entrevista de Salesforce

Explain MVC.

Respuesta de la entrevista

Anónimo

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