How Many Parameters Must Be Passed If Only The Following #1208
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 Default Arguments vs Overloading, Upcasting and Downcasting - OOPs MCQ: Constructors Overloading - Quiz No.1.