You are on page 1of 14

OOPS with

STUDENT DATABASE SYSTEM


By
G. KHIRASINDHU REDDY (180101120053)
Guided by ANIL KUMAR PRADHAN (180101120038)
TAPAN KUMAR PRUSTI (180101120058)
Prof. SHIVANI NANDA
INTRODUCTION
• Student database system can handle all the details about a
student. The details about College details, Student’s personal
details, Academic details etc.

• It utilizes file handling and shows effective implementation of


class and object of the programming language. Our project is to
add, list, modify and delete records in file in C++ language.
OBJECTIVE
• To understand how C++ improves C with object-oriented features.

• To learn how to write inline functions for efficiency and performance.

• To learn the syntax and semantics of the C++ programming language.

• To learn how to design C++ classes for code reuse.


CONCEPT COVERAGE

• Array concept.
• classes
• function.
• loops.
• Objects.
PROJECT OVERVIEW
In this project we have added five features for managing the student database these are the
follows :
Add Student
This feature allows you to add general information records. That includes the student’s
name, roll no, ID, Father’s name, DOB, Cell phone number and address.
Search Student
It searches the data from the record. This is for search the particular record by searching the
student’s roll no.
Edit Student
This feature allows you to modify the added records. The modified records are stored in file.
Quit Program
This feature is for end the program.
SOURCE CODE
SOURCE CODE
SOURCE CODE
SCREENSHOTS
SCREENSHOTS
SCREENSHOTS
SCREENSHOTS
CONCLUSION

● It was wonderful and learning experience for us while working on this project.

You might also like