Describe Salesforce MVC model
MVC stands for Model-View-Controller. Model-View-Controller (MVC) model in Salesforce is a software architecture design pattern that divides the application into three interconnected components – Model, View and Controller that work cohesively to ensure overall organisation and efficiency of the system. This helps by dividing the application into three manageable components, where each component has a […]