A public static method named computeSum() is located in classA. To call the method from within classB, use the statement _______________.
a. computeSum(classB);
b. classB(computeSum());
c. classA.computeSum();
d. You cannot call computeSum() from within classB.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.