Oop final project PDF

Title Oop final project
Author M.Bilal Jatt
Course Object Oriented Programming
Institution COMSATS University Islamabad
Pages 19
File Size 1.2 MB
File Type PDF
Total Downloads 20
Total Views 129

Summary

Project...


Description

DEPARTMENT OF ELECTRICL ENGINEERING

OBJECT ORIENTED PROGRAMMING FINAL PROJECT REPORT

Group Mates: Muhammad Talha Azeem (FA19-BEE-147) Sabeeh-Ud-Deen (FA19-BEE-221) CLASS: BEE3-C SUBMITTED TO: Mehwish Mehmood

UNIVERSITIES ADMISSION AND JOBS APPLICAYION MANAGEMENT SYSTEM •

INTRODUCTION TO PROJECT: This project is about the management system for application of university admission and job application form. This project is purely based on the concept of object oriented programming and is in C++ language. The main part of this project is generation of the Roll No. slips and Fee Voucher of the applicant. Which purely requires the concept of the inheritance. This project is also a multi-dimensional project as it also increases the reusability of code the same code is used for the university admission form and job application form. This program have two dimensions one leads code toward the university admission form and the 2nd leads code toward the job application form. Also it reduces the time waste for the applicant and the staff handling the applications and the candidates. The applicants who are not eligible for the admission or the job are informed in the filling of form. The form of those candidates will not be filled complete and their roll no slip will not be generated. This program also save the money for both the applicants and the staff. These kind of projects are introduced to decrease the time and money waste.



RELATED WORK: This kind of projects have very vast application and are spread everywhere in many different forms. But all the projects related to this project are just handling the one dimension of this project. I put my effort and make a simpler code and bring the two different things on same forum. Now this program is handling the two things. There are many programs related to this from those I was inspired are: o Universities admission portal. o Jobs application portal system. o NTS application system. o Hospital patient admit card management. o Patient management system. o School management system. o Shopping store management system. o Police jobs management system. o Army jobs application form system. All the above system are related to the each other and to my project. They all require almost same things to proceeds. The NTS application is the program to which I am inspired most. Also my project have too much resemblance to NTS application system.



MOTIVATION:

The program which I have made is for the help of applicants to save their time and money. Now a day everyone needs modern solution for their problems. The job application and university admission application is a big difficulty for the applicants. It can only be simplified by a modern technique. The programming is modern method to solve this problem. I have made a program that allows the users to know whether they are eligible for admission and job or not. If the user is applicable then his roll no slip and test fee voucher will be generated. MODULES: The module of my project are described below. o Choose Add: In this part of program the user have choice whether he wants to go for the job application or he wants to go for university admission application form as. •

Output of this part is as:

 If press 1: When 1 is pressed program moves for job advertisements.

Output of this part is as:

 If press 2: When 2 is pressed the program moves to the university admission management system.

Output for this part is as:

 If 3 press 3: When 3 is pressed then program exits automatically.

o Select Department: When 1 is selected in first module then program comes to select the department foe the job as.

Output for this part is as:

o Select university for admission: When the case is selected in the first module of program then the program moves to the part of program for selection of university. And give the choices of universities as:

Output for this part is as:

o Bio data: The next module of program is collecting the bio data of the applicant. Which consist of name of applicant, father name, cinc no and city name.

Output for this part is as:

o Marks Details: The main part of the application is the marks of the applicant. If the marks are less than required limit then the program exits. If the marks are good then the application proceeds.

Output for this part is as:

If matric marks are less then program exits as:

If FSC marks are less then program exits as:

o Age of Applicant: In this part of program the age of applicant is entered if the applicant is eligible on basis of age his roll no slip and fee chalan are generated otherwise program will exit.

Outputs for this part is as:

If the age is less than program exits as:

o Roll No. Slip:

After all the data from the applicant collected. His roll no slip will be generated which is purely obtained by making a derived class. Which inherits the qualities of other base classes as. This is the syntax for multiple inheritance.

This is the roll no slip which have the variables of other classes used by the inheritance.

Outputs for this part is as: ********** WELCOME ********** ********** ROLL NO SLIP OF APPLICANT ********* *****NAME: TALHA***** *****FATHER NAME: SABIR***** *****CNIC of Candidate: 3301-5921335-5***** *****CITY OF Candidate: ISLAMABAD***** *****AGE of candidate is: 19years*****

*****Marks of candidate in matric are: 83.4286%***** *****Marks of candidate in FSC are: 64.2727%***** ROLL NO: 123X90X80. DATE: 25TH DECEMBER 2019. TIME: 10:00AM TO 01:00PM. VENUE: SERENA HOTEL ISLAMABAD. :NOTE: YOU ARE ALLOWED IN EXAMINATION HALL ONLY IN PRESENCE OF FOLLOWING. : 1) 2) 3)

PAID FEE CHALAAN FEE STUDENT COPY. ORIGNAL CNIC IN CASE OF LESS THAN 18YRS 8-FORM IS REQUIRED. ALL ORIGNAL EDUCATIONAL DOCUMENTS ARE REQUIRED.

o FEE Voucher: The fee voucher is also the main part of the program and is useful for student at the time of test.

Outputs for this part is as:

Name: TALHA FATHER NAME: SABIR CNIC OF CANDIDATE: 33301-5921335-5 UML DIAGRAMS the UML Diagrams of my projects are as:

o Use Case Diagram:

o Class Diagram:

COMPLETE CODE: #include #include using namespace std; class jobs { public: void select_department() { int b; cout...


Similar Free PDFs