I have 4 class in my diagram. These are appointment, dentist, patient and seat classes.
In any clinic, dentists use the seats right?. My question begins here.
This is part of my diagram.
the dentist is using the chairs while doing the examination, which type of oop connection should I use when the link seat and dentist classes or should I link dentist and seat classes?
should connection be association, aggregation or something like that? Which connection should I use?