Design a class named automobile that holds the vechicle identification number, make,model, and color of an automobile. Include methods to set the values for each data field, and include a method that displays all the values for each field. Create the class diagram and write pseudocode that defines the class.