Categories
Computer

A member variable or method prefixed by the protected access modifier can be accessed:

► Within the same class
► Within the sub-class
► Within the same package
► All of the above