Please post the code for the Motorcycle class. There are a variety of reasons why the Motorcycle class can't be instantiated:

1. The class is either an interface or declared abstract
2. You're...