Home / Report Question

Q. In the below example of constructor overloading, the following statement will call which constructor Example obj = new Example (1,2,3);
  • A. Constructor 2
  • B. Constructor 4
  • C. Constrcutor 1
  • D. Type mismatch error

Correct Answer: B