How Many Parameters Must Be Passed If Only The Following #113
How many parameters must be passed if only the following prototype is given to a constructor?<br /> Prototype: className(int x, int y, int z=0);
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: Constructors - Quiz No.1.