Question #45557

Create an interface named Comparison whose method can be used to compare two Time object. The Method will include isGreater,isLess,and is Equal.

Expert's answer

public interface Comparison{    public isGreater(Time1, Time2);    public isLess(Time1, Time2);    public Equal(Time1, Time2);}

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

LATEST TUTORIALS
APPROVED BY CLIENTS