Question: please use python to do it. MyCar class Represents selected information about a car.+ Class variables Attributes of a car Instance variables Car owner name,

please use python to do it.

please use python to do it. MyCar class Represents selected information about

MyCar class Represents selected information about a car.+ Class variables Attributes of a car Instance variables Car owner name, Make, Model Constructor arw arguments:+ car owner name, make, model State change:- A new object of type Car is created. Values for the car's owner, make and model are assigned. (Instance variables)- Return: That newly created Car object. Methodsv setlnformation+ arguments:+ attributes - year, body style, color, vinnumber, cylinders, etc State change: (changes class variables) The class's variables are changedv Return: New values of class's variables (Clue: how can we use the class variables in setlnformation? Declare those as global.) DescribeCar No arguments.+ Return: All information about the car including class and instance variables* Example calls: + Altina-car ("vinay'', '' nissan", "altina") Altima setInformation ("2007", "red", "dsd2324424244") print (Altima. DescribeCar)

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!