If Programmer Have Defined Parameterized Constructor Only Then #160
If programmer have defined parameterized constructor only, 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: Overloading Constructors - Quiz No.1.
If programmer have defined parameterized constructor only, then __________________
Default constructor will not be created by the compiler implicitly
Default constructor will be created by the compiler implicitly
Default constructor will not be created but called at runtime
Compile time error