Home » JAVA Programming » Modifier Types » Question
  1. Which of these access specifier must be used for class so that it can be inherited by another subclass?
    1. protected
    2. private
    3. Void
    4. public
    5. None of these
Correct Option: D

public



Your comments will be displayed only after manual approval.