If Constructors Of A Class Are Defined In Private Access Then #134
If constructors of a class are defined in private access, then __________
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 Constructors and Destructors - OOPs MCQ: Types of Constructors - Quiz No.2.
If constructors of a class are defined in private access, then __________
The class can’t be inherited
The class can be inherited
Instance can be created only in another class
Instance can be created anywhere in the program