What layer of model-view-controller paradigm are standard or custom objects associated with?
What layer of model-view-controller paradigm are standard or custom objects associated with?
In the model-view-controller (MVC) paradigm, the 'Model' layer is responsible for representing the data and the business logic of the application. Standard and custom objects are part of this layer as they represent the data structures and relationships. Therefore, standard or custom objects are associated with the Model layer.
The include the standard Salesforce objects like Leads, Contacts, Accounts, Opportunities etc but it also includes any custom objects you've created. Think of it like this - the "model" represents your data model in terms of MVC.
https://www.salesforcetutorial.com/model-view-controller-mvc/ Objects, Fields, Relationships comes under Model Layer of Model View Controller .