IT 117: Intermediate Scripting
Class 18 Ungraded Quiz
Write a constructor method for the class
Car
that sets the following attributes
manufacturer model year color
Write the method
get_manufacturer
that returns the manufacturer.
Write the method
get_model
that returns the model.
Write the method
get_year
that returns the year.
Write the method
get_color
that returns the color.
Write the method
get_model_year
that returns the model and the year separated by a space.