Which Among The Following For Public Specifier Is False #249
Which among the following for public specifier is false?
This multiple choice question (MCQ) is related to the book/course gs gs111 OOP Object Oriented Programming Java. It can also be found in gs gs111 OOps Access Specifiers - OOPs MCQ: Public Access Specifier - Quiz No.1.
Which among the following for public specifier is false?
The static members can’t be public
The public members are available in other packages too
The subclasses can inherit the public members privately
There can be only one public class in java program