Computer Science, asked by SyedAbeer4462, 6 months ago

Java Program please answer Make a system for Tution Center. 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 enroll 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 enroll 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

Answers

Answered by ganesh6186
3

Explanation:

Please mark me as brilliant

Answered by 46mishra
0

Answer:

Java Program please answer Make a system for Tution Center. 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 enroll 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 enroll 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

Similar questions