Answer:
Dynamic method lookup.
Step-by-step explanation:
In the above question. some details of the questions are missing that is code.
Vehicle aVehicle = new Auto();
aVehicle.moveForward(200);
In the following scenario, the following class inherits the Vehicle class then, among the classes have the following method that implemented to the same set of the following parameters and returns that same type. So the procedure towards deciding that class to perform the following method is called the dynamic method search.