The name of the user defined function is: footballMatch
Answer:
A speed govenor
Explanation:
speed governor is an electronic device linked to the gearbox where sensors capture the movement of the vehicle. If the vehicle exceeds the specified speed limit, the device automatically slows the vehicle.
Motion is the movement of a body part or an object
Answer:
When myMethod is invoked by a method in the same class as myMethod.
Explanation:
When you are in a class, it is like a different enviroment and within that class you can call a method without using the dot notation because you are still within the class.
Outside the class and despite the type of method, public, private or static, the dot notation will be required.