OOP 09- Java Access Modifiers in Sinhala

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

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

  • @YuganNimsara
    @YuganNimsara ปีที่แล้ว

    Thank you very much ayya😍 well explained

  • @charithwijesinghe5996
    @charithwijesinghe5996 ปีที่แล้ว

    Thank you sir!

  • @sanchithaudana7938
    @sanchithaudana7938 2 ปีที่แล้ว

    thank you ayiye

  • @rameshsilva8212
    @rameshsilva8212 4 ปีที่แล้ว

    👍

  • @danb9393
    @danb9393 3 ปีที่แล้ว

    Procted ekei default ekei wens mokkd aiye

    • @DS-IT-ACADEMY
      @DS-IT-ACADEMY  3 ปีที่แล้ว +5

      Private: The access level of a private modifier is only within the class. It cannot be accessed from outside the class.
      Default: The access level of a default modifier is only within the package. It cannot be accessed from outside the package. If you do not specify any access level, it will be the default.
      Protected: The access level of a protected modifier is within the package and outside the package through child class. If you do not make the child class, it cannot be accessed from outside the package.
      Public: The access level of a public modifier is everywhere. It can be accessed from within the class, outside the class, within the package and outside the package.

    • @danb9393
      @danb9393 3 ปีที่แล้ว

      @@DS-IT-ACADEMY thanks ayiye