Which methods can access to private attributes of a class?
Options
- Only Static methods of the same class
- Only instances of the same class
- Only methods those defined in the same class
- Only classes available in the same package.
CORRECT ANSWER : Only methods those defined in the same class
Write your comments