Property Management System
Property Management System
system
submitted by:-
vedant kohli
(2k20/co/478)
sumit dixit
(2k20/co/450)
OBJECTIVES:
The Real Estate Management system is designed in C++ programming language and
would allow
the user to inquire about property , buy a new property like lands ,shops ,bungalows, single
apartments, deluxe apartments, luxury apartment . The
system will provide the user a total 5 choices with the last choice to exit. The user
interface is quite simple with normal screen design so that the user can easily get
familiar with it.
With the help of this system the user gets an invoice for his purchase with all his relevant
details. It is also password protected to make the system of buying properties even more
secure.
SOFTWARE AND HARDWARE REQUIREMENTS:
Programming language- C++ (program file saved with extension .cpp)
In order to run the project, you must have installed any Text editor with a compiler or
even it can be performed on any online IDE.
CONCEPTS USED:
1. Object-Oriented Programming.
2. Classes and Objects.
3. File Handling.
4. Fundamental Data structures.
5. Conditional Statements like while, for, do-while.
6. Data hiding.
7. Data Abstraction
8. Data Encapsulation
9. Modular Oriented Programming
1)Running the code we encounter the string admission function as shown in the code snippet
below:-
this function is designed to make
the system password protected.
The password we set is :-
TONYSTARK
6) The same can be done with other choices by choosing options 2,3,4 as
shown below:-