Consider a real world system of a hospital. Patients are allocated beds in hospital whereas it is hospital.
moonidcs asked:
Consider a real world system of a hospital. Patients are allocated beds in hospital whereas it is hospital administration who allocates beds to the patients.
You are required to identify object(s) from the above given statements, and the interaction between the objects. How I can make OO model of the given scenario (object oriented Programming)
Related posts:
- why do people in administration always configure things that look good on paper but dont work when implemented cutie pie 121 asked: i work in healthcare and the...
- What sort of jobs should i be looking for exactly? Girl asked: I’m 21 and i am in college majoring...
Filed Under Programming & Design |
Tagged With Hospital Administration, Hospital Beds, Interaction
Comments
One Response to “Consider a real world system of a hospital. Patients are allocated beds in hospital whereas it is hospital.”
Give more parameters. Do the patients leaves said beds after a fixed time or not or at all. How long does it take for the beds to be allocated. What class is this for. If it’s intro then i would think they want some thing east. If it isn’t it would be a mix of random number generators and queues and would be pretty complicated.