FOR MORE CLASSES VISIT www.tutorialoutlet.com Q4: Create a Time class. This class will represent a point in time, such as a departure time. It should contain 2 constructors, 2 instance variables (hour and minute), and 10 methods (see below). All methods but toString should... be in terms of the 24 hour format. [30 points] default constructor: Creates a Time object for 12:00AM. overloaded constructor: Creates a Time object at a specific hour and minute.Plus