Describe final arguments?
At last, you can declare in which method arguments are final. This means that the techniques will not directly change them. Because all arguments are passed by value, this isn't absolutely needed, but it's occasionally helpful. What can be declared final in the Car and MotorVehicle classes?