Biology Forums - Study Force

Science-Related Homework Help Computer Studies Topic started by: Stromile on Apr 30, 2018



Title: The instruction super(); does which of the following?
Post by: Stromile on Apr 30, 2018
The instruction super(); does which of the following?
a.   It calls the method super as defined in the current class.
b.   It calls the method super as defined in the current class's parent class.
c.   It calls the method super as defined in java.lang.
d.   It calls the constructor as defined in the current class.
e.   It calls the constructor as defined in the current class's parent class.


Title: Re: The instruction super(); does which of the following?
Post by: se7en on Apr 30, 2018
Content hidden