ou are asked to develop a student enrolment system. Using the object-oriented programming concept, can you create a student enrolment system using a python window containing a grid of 2x2 buttons. In that window, place 4 buttons that has 4 different functionalities: 1. Button 1: Pressing Button 1 will create a student X with Student Name and Email 2. Button 2: Pressing Button 2 will create the student X enrolment status ( full time / part time) 3. Button 3: Pressing Button 3 will assign the student X the course he/she enrolled 4. Button 4: Pressing Button 4 will quit the window. Example window will look like: Button 1 (Student Name / Email) Button 2 (Enrolment Status) Button 3 (Course Enrolled) Button 4 (Exit) You must implement classes and object for this program.
You are asked to develop a student enrolment system. Using the object-oriented
1. Button 1: Pressing Button 1 will create a student X with Student Name and Email
2. Button 2: Pressing Button 2 will create the student X enrolment status ( full time / part time)
3. Button 3: Pressing Button 3 will assign the student X the course he/she enrolled
4. Button 4: Pressing Button 4 will quit the window.
Example window will look like:
Button 1 (Student Name / Email) |
Button 2 (Enrolment Status) |
Button 3 (Course Enrolled) |
Button 4 (Exit) |
You must implement classes and object for this program.
Step by step
Solved in 2 steps with 4 images