Question
Writing a c# console app program that acts as a student database. It reads and writes to plain ASCII text files for persistent storage. It
Writing a c# console app program that acts as a student database. It reads and writes to plain ASCII text files for persistent storage. It has inheritance hierarchy in this form. Student is the base class, Undergrad and GradStudent classes inherit directly from Student. Student's have a first name, last name, email address, student id, and enrollment date. Undergrads have a year rank in school that can only take on the literal values Freshman, Sophomore, Junior, Or Senior and an overall GPA. GradStudent's have a graduate faculty Advisor and they have a financial tuition credit for the teaching they do while in their grad programs. I need to know how to create or add a record to the database, read the details of the database and print it out, update or modify elements of the database, delete or remove a record from the database.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started