A good answer might be:Because the parent class is sometimes called the super class. | |
Convenience of the super ReferenceYou don't have to use super; the following would also work as a constructor for Movie:
In this constructor, each variable of the newly created Movie object is set to an initial value. | |
QUESTION 10:Why is it best to use super? Click Here after you have answered the question |