Which Of These Access Specifier Must Be Used For Class So That #229
Which of these access specifier must be used for class so that it can be inherited by another subclass?
This multiple choice question (MCQ) is related to the book/course gs gs128 Java. It can also be found in gs gs128 Java Classes Methods - Java Access Control - Quiz No.1.
Which of these access specifier must be used for class so that it can be inherited by another subclass?
public
private
protected
none of the mentioned