Home » JAVA Programming » Inheritance » Question
  1. A class member declared protected becomes a member of subclass of which type?
    1. protected member
    2. static member
    3. public member
    4. private member
    5. None of these
Correct Option: D

A class member declared protected becomes a private member of subclass.



Your comments will be displayed only after manual approval.