When you create a new Object, you need two things.
1) a variable name
2) a constructor

So, if the Motorcycle constructor looked like this:

public Motorcycle()
{
...
}