08 Aug Draw the UML diagram for the class and then implement the class.
(The Time class) Design a class named Time . The class contains: - The data fields hour , minute , and second that represent a time. - A no-arg constructor that creates a Time object for the current time. (The values of the data fields will represent the current time.) - A constructor that constructs a Time object with a specified elapsed...