Question: If you create a class but did not define any instance constructor, which of the following statements is correct The compiler will automatically provide an
If you create a class but did not define any instance constructor, which of the following statements is correct The compiler will automatically provide an instance constructor with empty body and no parameters The code compiles and runs but nothing will happen if you try to create an instance of that class Since no instance constructor was explicitly defined, the code will not compile The code will compile but will give a runtime error
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
