Java programming
So in this assignment you will begin with the starterProject Iprovide and then add to it. I am also asking that beforeyou begin you really look at the starterProject because this is theobject-oriented basics. The starterProject is the exact same as theClassClockExample.zip in Module 5. I’ve also done thisusing a clock because it is something that you already know how itworks. Remember that OOD and OOP is an organizationalchange from the functional programming method. This isbecause we could create a clock without using OOP and it wouldwork.
You will create another class called dateTime. Seebelow for the details. Then you will inherit the clockclass and the
OR
OR