Examlex

Solved

What Is Wrong with the Following Code

question 36

Multiple Choice

What is wrong with the following code?
IntCalculator square = new IntCalculator() {
Public int calculate(int number)
{
Return number * number;
}}


Definitions:

Related Questions