Question: For each line of code in the main method, indicate which class the method being executed comes from and the result of executing that method

For each line of code in the main method, indicate which class the method being executed comes from and the result of executing that method
1-> Calls constructor from Bird class which actually calls constructor from ___A___ Class and creates new Duck object
2-> Calls setWeight from the ___B___ Class which the Duck object inherited and sets the instance variable weight (inherited from the Bird Class) to 5.1
2-> Calls doubleWeight from the ___C___ Class and prints 10.2

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!