Search:

Type: Posts; User: jps

Search: Search took 0.12 seconds.

  1. Re: What's the importance of declaring a variable as PROTECTED?

    Yes, that is what I mean, thank you for pointing that out. Hope the OP noticed too...
  2. Re: What's the importance of declaring a variable as PROTECTED?

    That is not correct.
    Private is visible to the class where it is declared.
    Protected is visible to the class where it is declared, any class that extends that class, and any class in the same...
Results 1 to 2 of 2