Which Among The Following Is False For A Constructor #156
Which among the following is false for a constructor?
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.
Which among the following is false for a constructor?
Constructors doesn’t have a return value
Constructors are always user defined
Constructors are overloaded with different signature
Constructors may or may not have any arguments being accepted