Suppose you are developing a software system for a local TAFE…

Question Answered step-by-step Suppose you are developing a software system for a local TAFE… Suppose you are developing a software system for a local TAFE institution.  A. reate a Certification class to represent one certification program offered by TAFE. The class should declare the following attributes. All three should be initialized via __init__ parameters.  title – a stringduration – time period of the program, in monthsfee – a float value Also reate an accessor for title, and a mutator for fee attribute. B. Once the class is ready, reate an instance with following attribute values: Certificate III in Applied Fashion Design, 6 months, $3725.30Suppose the TAFE decides to decrease the fee for this course to $2960. Write a code statement to alter the fee value of the above instance. C. Why is it recommended to keep the class attributes private?  Computer Science Engineering & Technology Python Programming ITC C558 Share QuestionEmailCopy link Comments (0)