Pseudo code and /or UML diagrams to illustrate the classes and methods

Please use pseudo code and /or UML diagrams to illustrate the following classes and methods. Please use object oriented principles where applicable.

We are writing an application that will demonstrate how automobiles work to new drivers. We plan to start with a generic car module that will contain functions common to all types of automobiles. We will also be detailing specific types of automobiles such as “sports car” , “truck”, and “van”. All of these types of automobiles should also have methods for “drive”, “reverse” , and “park”.


As am learning UML as a fresher, any help to resolve this Question would be very much helpfull.
Thank you.