Question: Private class variable: Any client of the class - through a reference variable of the class type: Not Accessible Any client of the class -
Private class variable:
Any client of the class through a reference variable of the class type: Not Accessible
Any client of the class through the name of the class: Not Accessible
Any class method of the class: Accessible
Any instance method of the class: Accessible
Private instance variable:
Any client of the class through a reference variable of the class type: Not Accessible
Any client of the class through the name of the class: Not Accessible
Any class method of the class: Not Accessible
Any instance method of the class: Accessible
Public class method:
Any client of the class through a reference variable of the class type: Accessible
Any client of the class through the name of the class: Accessible
Any class method of the class: Accessible
Any instance method of the class: Accessible
Public instance method:
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
