Question: Based on the code below.Which of the following statements will invoke constructorl from constructor2 Public class test{ Private int a; //constructor 1 public test0{ a=1;
Based on the code below.Which of the following statements will invoke constructorl from constructor2 Public class test{ Private int a; //constructor 1 public test0{ a=1; } IIconstructor 2 public test(int num){ a=num; } (2 Points) this this.a=num: implements supero
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
