Apex Access Specifiers
Apex Access Specifiers Access specifiers in Apex define who can access a class, method, or variable. They determine the scope and visibility of the code elements. Each class can have it’s own access specifiers. Apex supports the following access specifiers: private: Scope: Accessible only within the same class in which it is defined. These can’t […]
Apex Access Specifiers Read More »