Question: Suppose that a class has a superclass method called calculate ( int x , int y ) , how would this method be called by

Suppose that a class has a superclass method called calculate(int x, int y), how would
this method be called by the subclass with x =15 and y =10?
a) super|calculate(15,10));
b) superclass.calculate(15,10);
c) calculate(15,10)
d) none of these

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 Databases Questions!