Salesforce interview question of the day

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 พ.ค. 2024

ความคิดเห็น • 5

  • @rgouthami
    @rgouthami 2 หลายเดือนก่อน +2

    Private
    Method level

  • @hariniarul1281
    @hariniarul1281 2 หลายเดือนก่อน

    There are 4 access modifiers,
    Global, Public, Protected and Private
    Protected access modifiers can be used for methods and variables inside the class.

  • @nileshpatil1000
    @nileshpatil1000 2 หลายเดือนก่อน

    private, public, protected, global and T
    protected:-This means that the method or variable is visible to any inner classes in the defining Apex class, and to the classes that extend the defining Apex class. You can only use this access modifier for instance methods and member variables.

  • @prernasobti06
    @prernasobti06 หลายเดือนก่อน

    global

  • @PriyankaRongala
    @PriyankaRongala 2 หลายเดือนก่อน

    Public, private, global
    Private is method level
    Use that for only particular method