Multiple choice accessibility Which methods can access to private attributes of a class A. Only Static methods of the same class B. Only instances of the same class C. Only methods those defined in the same class D. Only classes available in the same package. Reveal answer Fill a bubble to check yourself C Correct answer Full explanation