IT 117: Intermediate Scripting
Class 19 Ungraded Quiz
Using data hiding, write the constructor for the
Car
class with the attributes
manufacturer model year color
Write accessor methods for each of the attributes of the
Car
class.
Write the
__str__
method for the
Car
class.