You are not logged in.
Pages:: 1
#1 2015-06-11 05:49:21
Private Attributes:
Question:
Which methods can access to private attributes of a class?
Option A):
Only Static methods of the same class
Option B):
Only instances of the same class
Option C):
Only classes available in the same package
Option D):
Only methods those defined in the same class
Correct Answer is Option D):
Only methods those defined in the same class
You cannot discover the new oceans unless you have the courage to lose the sight of the shore.
Offline
2015-06-11 05:49:21
- Advertisement
- Ads By Google
Re: Private Attributes:
Pages:: 1