Which Access Specifier Should Be Used In A Class Where The #204
Which access specifier should be used in a class where the instances can’t be created?
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: Access Specifiers - Quiz No.1.
Which access specifier should be used in a class where the instances can’t be created?
Private default constructor
All private constructors
Only default constructor to be public
Only default constructor to be protected