Public, Private, Protected, And Global Keywords in Apex Programming
Public, private, protected, and global can also be referred to as access modifiers. Apex supports these four types of modifiers. 1. public This keyword is used to Defines a class or method or variable that can be used by any Apex in this application or namespace. Example 2. private This key word is used to …
Public, Private, Protected, And Global Keywords in Apex Programming Read More »