So how do we get Car, or other classes we created, to work? Might Main () be the key?

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.

Are you sure that we need two Car classes?