148 - Create a class Vehicle with a method drive that takes in a string argument and prints the string to the console. Create subclasses Car, Truck, and Motorcycle and override the drive method in each subclass to add additional information about the type of vehicle.