Question: USING PYTHON3: Write a Student Class. The student must have a student ID, a first name, a last name, an age, and a dictionary of
USING PYTHON3: Write a Student Class. The student must have a student ID, a first name, a last name, an age, and a dictionary of classes being taken. The dictionarys key should be the class code and the value should be the current grade. Your init function should take all these values as parameters. You must include getters and setters for each of the following: studentID, name (only getter), first name, last name, and age.
Other requirements:
(a) getGrade() method that returns either the grade of the class or False if it doesnt exist (b) setGrade() method that sets the grade of class if it exists
(c) addClass() method that adds a class to list with given grade
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
