A good answer might be:The new constructor is seen below. | |
A whole new Show()Here are the class definitions so far:
Remember that the super reference (if it is used) must be in the first statement of the constructor. To finish the MusicVideo class, write a show() method for it. Use a super reference to do the things already done by the superclass. | |
QUESTION 17:Write the show() method. Click Here after you have answered the question |