Sweet! We create Program, the application class, with a Main () method that creates an instance of the Car class, which we describe in a separate file.
Program
Main ()
Car
Are you sure that we need two Car classes?