Question: OOP IN JAVA! ! ! ! ! ! ! ! If you write a class and do not include a no-arg constructor, Java will provide
OOP IN JAVA! ! ! ! ! ! ! !
If you write a class and do not include a no-arg constructor, Java will provide one for you by default that will set all of the fields to their default values, object references will be set to NULL. numeric values set to 0, and booleans set to false. However for this to work, your class's parent MUST have its own no-arg constructor.
A: TRUE
B: FALSE
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
