Skip to content

teztripathy/TopGear-CPP-StudentDatabase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TopGear-CPP-StudentDatabase - By: Tejeswar Tripathy

Problem Statement:
Design a C++ base class consisting of the data members such as name of the student, roll number and subject. The derived class consists of the data members subject code, internal assessment and university examination marks. Construct a virtual base class for the item name of the student and roll number.
The program should have the facilities.
i) Build a master table
ii) list a table
iii) insert a new entry
iv) Delete old enter
v) Edit an entry
vi) Search for a record

Sample Output:
Sample_output

Releases

No releases published

Packages

No packages published

Languages