Create a CRUD operation for Doctor objects
Doctor - Id, Name, Experience(float), Speciality(string)
5 doctors max
Can edit Experienceand Speciality
Note:
Print doctor sorted by Experience
Create Model class in library
Manage the doctor in console app project
Ensure the application does not break(avoid exceptions using error handling as much as possible
Comments
Leave a comment