Question: Java polymorphism and inheritance Task: Create an interface named Comparison whose method can be used to compare two Time objects. The methods will include isGreater,
Java polymorphism and inheritance
Task: Create an interface named Comparison whose method can be used to compare two Time objects. The methods will include isGreater, isLess, and isEqual. Create another class that will implement these methods. (Compare two time objects, it should be already printed already)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
