getHour public int getHour() getHour - Getter for the hour Returns: this.hour - representing the current hour of the wat
Posted: Mon Jun 06, 2022 1:10 pm
pls explain
getHour public int getHour() getHour - Getter for the hour Returns: this.hour - representing the current hour of the watch getMinute public int getMinute() getMinute - Getter for the minute Returns: this.minute - representing the current minute of the watch getSecond public int getSecond() getSecond - Getter for the second Returns: this.second - representing the current second of the watch