Flowchart Of Hospital Management System: Basically, the purpose of this project is to build a project that can be used to store a hospital record like doctor’s details, patient details, staff details, timing etc. We use some concept of oop to construct a hospital management system. In this flow chart the rectangle sign represents Parent class and the round corner represents child classes that show multiple level inheritance. The other shape in light blue represents the functionality inside the classes. We use the concept of pure virtual functions, abstract classes, use of pointers, file handling, polymorphism concept function over riding. And some build in function like system(“cls”), getch(). Virtual void display()=0 Hospital Virtual void set_data()=0 ;;; Void display() Encapsulation Void login using encapsulation Staff Void setdata() Patient Void display() Void setdata() Void doctor details()