Question: Python3 S) Create the Python class Student that inherits from the Person class. point 2The Student class has the following additional attributes: id . gpa
S) Create the Python class Student that inherits from the Person class. point 2The Student class has the following additional attributes: id . gpa major following values. id gpa 1.0 major "undeclared" -1 . Create the str method so that it returns a String including all attributes from both classes. Create the getter and setter methods for all the 3 attributes Create a method display that prints out all the information of an object
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
