OOP - Final Term Fall 2020
OOP - Final Term Fall 2020
Note: Solve Paper in 3 hrs. Last 30 minutes are for submission of paper
Question # 1 Marks: 38
Above is the GUI for a to-do list. Keeping in view the above GUI answer the following questions.
Question # 2 Marks: 12
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.
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