QUESTION

Text
Image

use python. make it simple


Write a class called 'Doctor' inheriting 'Employee' with the properties and methods: -network -yearsOfExperience -setters and getters Write two classes called 'Surgeon' and 'Pediatrician' inheriting 'Doctor' with the properties - Speciality - available_time - accepting_patients - getters and setters Write an app for patients such as patients requiring surgery are assigned with Surgeons and patients requiring pediatricians are assigned with Pediatricians. Draw the UML Diagram as well for these classes. Take a screen shot and post it.

Public Answer

IUKC4S The First Answerer