Hello, everyone. First of all, I apologize for my poor English.
I recently began studying Java three months ago as part of my career. Currently, I'm working on a Hospital project using BlueJ, and I'm encountering difficulties with several tasks assigned by my teachers.
In my project, I have a superclass called Person, from which I create new Person objects with attributes such as age, name, surname, and ID. Additionally, I've created a subclass called Medic, which inherits from Person, where I include a specialty attribute for each medic.
Within the Medic class, I've implemented several methods. However, I'm struggling with a specific task: creating a calendar for each medic to determine their availability for scheduling patient appointments. Unfortunately, I'm uncertain about how to proceed with this aspect of the project.
Thank you for taking the time to read my message. Any assistance or guidance would be greatly appreciated!