(What Does Each Code Snippet Do?)
a) Assume that the following method call is located in an overridden earnings method in a subclass:
super .earnings()
b) Assume that the following line of code appears before a method declaration:
QOverride
c) Assume that the following line of code appears as the first statement in a constructor's body:
super(firstArgument, secondArgument);