This is a question for my python class.
Consider a class "engineer" that has three attributes: name, rank, salary.
Consider also the subclass "mechanical engineer" that use the methods of the parent class.
The parent class has methods like: rank (with property).
Please see if it is possible to put a value for the rank method from the subclass.
Prepare the program