|
Write an interface named 'Test' with the following -
December 15th, 2007
behavior in Java:? Write an interface named 'Test' with the following behavior:
a method 'getDuration' that returns a 'Duration' object.
a method 'check' that accepts an integer parameter and returns a 'Result' object.
a method 'getScore' that returns a double.
|