Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
73 views1 page

Oop Project Proposal: Hostel Management System

This document contains a proposal for a Hostel Management System project. It will allow users to add and manage student records in the hostel, including creating challan forms for mess bills and hostel dues. The main modules will include classes for abstract functions, boarders, wardens, the mess, and bills. Techniques like inheritance, static data members, new operators, and file handling will be used. The system will provide advantages like adding students, viewing individual records, generating challan forms, and getting total student counts and information.

Uploaded by

Ahsan Sandhu
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
73 views1 page

Oop Project Proposal: Hostel Management System

This document contains a proposal for a Hostel Management System project. It will allow users to add and manage student records in the hostel, including creating challan forms for mess bills and hostel dues. The main modules will include classes for abstract functions, boarders, wardens, the mess, and bills. Techniques like inheritance, static data members, new operators, and file handling will be used. The system will provide advantages like adding students, viewing individual records, generating challan forms, and getting total student counts and information.

Uploaded by

Ahsan Sandhu
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 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