Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

Object Oriented Programmimg Micro Project Proposal ON Hotel Mangement System

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 9

OBJECT ORIENTED PROGRAMMIMG

MICRO PROJECT PROPOSAL


ON
HOTEL MANGEMENT SYSTEM

1.0 Brief description:-


Hotel management system is a large project developed using graphics in the C++
language. Here, users can perform general hotel management operations related
to food menu, hotel bill, customer information, and more. In hotel management
system project in C++, file handling used to perform various features and
functions like adding items in food menu, deleting food menu & creating, editing,
listing and deleting customer details.
Understanding this project will help you effective use of file handling and graphics
in a C++ project. The source code of this project is a bit long – over 1000 lines. You
can directly download the C++ code of this project from the link provided below.
Also, the description of provided here can be used as project synopsis for hotel
management system.

2.0 Aim of the micro-project:-


The main objective of the C++ Project on Hotel Management System is to manage
the details of Rooms, Customers, Booking, Services,Hotel. ... The purpose of the
project is to build an application program to reduce the manual work for
managing the Rooms, Customers, Payments, Booking.

3.0 Intended course outcome:-


The primary goal of hotel management is to maintain a steady influx of visitors
and guests throughout the year, as well as to promote the hotel’s extensive range of
services and USPs and how they benefit visiting customers through marketing
campaigns.
This application allows the hotel management the ability to operate the entire
system from a single online interface, giving them more power and flexibility.
Room booking, staff management, and other hotel management services are
included in this project.
The manager can use the system to advertise available rooms. Customers may see
and reserve rooms from the comfort of their own homes. Admin has the authority
to approve or reject a customer’s booking request. Other hotel services are also
available for consumers to see and book. As a result, the system may be used by
both consumers and management to control hotel activities on the go.

4.0 Literature review:-


1. Food menu: This function serially lists the different food items available in
the hotel food menu along with their price. Here, this function also allows user to
add food items or delete all food items to or from the food menu by calling the
respective functions.
Add items in food menu: Users can get to this “append in food menu” function
from the displaying food menu function. Here, the information to be provided are
the item name to be added and the price of the food item. Then, the hotel
management system project in C++ stores all the added food items in file.
Delete food menu: One room for improvement in this hotel management system
program is regarding this function. After displaying the food menu from the first
function, with this function user can delete all the items from the food menu, i.e,
delete the food menu itself. I’d recommend you to work on this function, and
modify it so that only certain items as chosen by the user can be deleted form the
menu.

5.0 Proposed methodology:-


To enable online booking via the internet. To enable automated data entry
methods. Ensure efficient and reliable communication within the hotel. Avoid
data entry errors by use of input masks. Enable easy authorized modification of
data. Enforce security measures to avoid unauthorized access to guest records.
Enable fast and easy retrieval of guest records and data for fast reference
activities

6.0 Resources required:-


No Name of Specifications Quantity Remarks
resources/material
1. Software Microsoft - 1
word
2. Operating system Windows 10 - 2

7.0 Action plan:-


No Detail of Planned Planned Team of responsible
activity start finish member
date date
1. Information Girish desai
collection
2. Proposal Sanskruti bhakare
creation
3. Report Sanskruti bhakare & girish
creation desai
OBJECT ORIENTED PROGRAMMIMG
MICRO PROJECT REPORT

1.0 Brief description:-


Understanding this project will help you effective use of file handling and
graphics in a C++ project. The source code of this project is a bit long – over 1000
lines. You can directly download the C++ code of this project from the link
provided below. Also, the description of provided here can be used as project
synopsis for hotel management system.
Hotel Management System Project in C++In the source code, I have listed
the functions under different classes to help you understand the project better.
Also, in this post I have briefly explained the features and functions of this hotel
management project. The project may seem complex to you as it is long and
utilizes graphics, so first go through the explanation provided here and try
understanding and analyzing the project on your own.

2.0 Aim of micro project:-


The main objective of the C++ Project on Hotel Management System is to
manage the details of Rooms, Customers, Booking, Services,Hotel. ... The purpose
of the project is to build an application program to reduce the manual work for
managing the Rooms, Customers, Payments, Booking.

3.0 course outcome integrated:-


The course provides classroom training as well as paid internships from the
local reputed hotels.
The Course gives advantage to students as it includes international Tour to
Singapore, Malaysia.
In 9th and 10th semester of this Course, students will be sent for On Job
training to renowned 5star deluxe hotel.

4.0 Actual procedure followed:-


First, we discussed in group about to find the subject related to project.
After discussion finally, we select the topic, the topic is Hotel management
system. Then we information related to subject. Afterwards, according to the
standard format we started to do the work on project.The group members
decided to do work separately in ways like collecting information, making
proposal & report.
Mr Sanket Ghodke Sir, guide us how to collect the information & how to
work on the subject. According to his guidance we followed the rule and after
collecting information our project is completed. Finally, our project is successfully
completed. As per the decision of all members complete the given work.

5.0 Actual Resource used:-


Sr. Name of Specifications Quantity Remarks
No. Resource/material

Software Oracle 1
Microsoft world

Operating system Windows 10 1


6.0 Outputs of micro project:-
Source code:- #include<iostream.h>
#include<conio.h>

Class snacks
{
Public:
Void f2 ( )
{
Cout<<”1)fries\n 2)Nuggets\n 3) cheese shots\n”;
}
};
Class main course
{
Public:
Void f3( )
{
Cout<<”1) Paneer butter\n 2)Palak paneer\n 3)Dal\n”;
}
};
Class soup
{
Public:
Void f4( )
{
Cout<<”1)Tomato\n 2)Manchurian\n 3)Corn\n”;
}
};
Class ice
{
Public:
Void f5( )
{
Cout<<”1)Mango\n 2)Vanilla\n 3)Chocolate\n”;
}
};
Class menu: public snack, public main course, public soup, public ice {
Public:
Int op;
Void A( )
{
Cout<<”\t\t menu card\n”;
Cout<”1)Snacks\n 2)Main course\n 3)soup\n 4)ice cream\n”;
Cout<<”choose any 1 of the above \n”;
Cin>>op:
}
};
Void main( ) {
clrscr( ); menu.
s1; s1. f1( ); if
(s1.op==1) s1.
f2( ); Else if
(s1.op==2);
{ s1.f3 ( );
}
Else if (s1.op==3)
{ s1. f4 ( );
}
Else if (s1.op==4) {
s1. f5 ( );
}
Else Cout<<”wrong input\n”;
Getch( );
}
7.0 Skill developed learning outputs of micro project:-
➢ Time Management.

➢ Stress Management.

➢ Study Skills.

➢ Money Management.

➢ Assertiveness Skills.

➢ Well-Developed Self Care Skills.

➢ Keeping Safe and Avoiding Risky Behaviors.

➢ Seeking Assistance When Needed.

You might also like