Salesforce
Different types of access modifiers available in Apex
In this blog post,we will take a look at different types of access modifiers which are available in Apex programming. Apex has 4 different types of access modifiers. Public Private Protected Global Let’s discuss them one by one. 1) Global: The method or variable with global access modifier can be used by any apex code