Question: Implement a superclass Appointment and subclasses oneTime, Daily, and Monthly. An appointment has a description (for example see the dentist) and a date. Write a

Implement a superclass Appointment and subclasses oneTime, Daily, and Monthly. An appointment has a description (for example "see the dentist") and a date. Write a method occurson(int year, int month, int day) that checks whether the appointment occurs on that date. For example, for a monthly appointment, you must check whether the day of the month matches. Then fill an array of Apointment objects with a mixture of appointments. Have the user enter date and print out all appointments that occurs on that date. Also, provide a tester class, AppintmentTester, for the above classes, in which create various types of appointments and test the expected outputs
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
