Vehicle class and vehicle
Write a class called Vehicle that has Model and Color features and has a method called get_info that reverts all its features as a staring
Then write a class called Car to inherit from Vehicle and have num_of_wheels feature as well as rewrite the get_info method for this class andAlso add num_of_wheels to this method.
Then write a program and get the COLOR, Model, Num_of_wheel user from the CAR class and call the Get_into method.If the amount of num_of_wheel was entered by an empty user, make the object from the Vehicle class instead of the CAR