Question
Make a system for Tuition Centre. Don't use file handling and data base. The application must be able to show proper menu to the user
Make a system for Tuition Centre. Don't use file handling and data base. The application must be able to
show proper menu to the user for different options that cover the requirements below. Use proper
inheritance between classes otherwise no marks will be awarded.
1. Store data as objects for student, tutor, subject, payment, and each class schedule.
2. Student must be registered to the class and tutor. Student can add more than 1 subject at different
time.
3. Tuition fee are charged each month, RS40/subject (each subject fee can be different).
4. The application must be able to display receipt each month for all student and the subjects they
enrolled.
5. The maximum student per class is 15. You cannot add more than 15 students in a class.
6. Generate the following data in main:
At least 5 subjects
At least 3 tutors
At least 10 schedules
At least 20 students: Some enrolled 2 subjects for 3 months Some enrolled 4 subjects for 3 months
Some enrolled 5 subjects for 3 months
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