You are on page 1of 1

OOP PROJECT PROPOSAL

Submitted by Name Roll No


Ahsan Anees 18321519-002
Ghulam Fatima 18321519-036
Submitted to Miss Ayesha Rashid

Project Title Hostel Management System


Description First of all user select he option then it done their works like add a
student in hostel and take record of any student . Resticate a student if
warder wants making challan forms of mess bill and hostel dues,etc.

Main Modules 1- Abstract Class with pure virtual Function


2- Boarder Class
3- Warden Class
4- Mess Class
5- Bill Class

Tools & 1- Abstract Class for making pure virtual function for using same
names of functions, used in different classes.
Techniques 2- Inheritance for using same variables in different classes.
3- Static Data Member for maximum number of students used in
different classes.
4- New Operator for taking number of students at compile time.
5- Passing objects as Parameters if program wants.
6- Friend Functions if program wants.
7- File Handling to save data in files.
8- This operator because of same names of variables in different
classes.
Advantages 1- Add a new student.
2- Take record of a single student by its CNIC.
3- Take challan form by using its CNIC.
4- Record of Warden.
5- Total number of students with information of every student.

You might also like