Question: Question 1 Python Program Create a class Qualification with public member variables: Qualification name and number of modules required. The following specifications are required: .Add

 Question 1 Python Program Create a class Qualification with public member

variables: Qualification name and number of modules required. The following specifications are

Question 1 Python Program Create a class Qualification with public member variables: Qualification name and number of modules required. The following specifications are required: .Add init) method of the class that initializes string member variables to empty strings and numeric values to O . Add the method populate0 to the class. The method is used to assign values to the . Add the method display0 to the class. The method is used to display the member . Derive a class Module from Qualification. The class Module has public member member variables of the class variables of the class. variables of its own: Credits and Module Code Define the init() method for the class Module that initializes string member variables to empty strings and numeric values to 0 . . The int) method for the class Module must override the populate() and displayO methods of the base class . Create an instance ModuleObj of the class Module in a main program . The main program should prompt the user to enter values for this Module INF 1511 The attributes should be assigned to the instance ModuleObj using its populate(0) method The attributes must be displayed using the display) method of the instance ModuleObj Note the important details and use them when necessary: Qualification name: Bed (Bachelor of Education) Number of modules: 5 Number of credits : 36 Module Code: INF1511

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!