0%
0 / 15 answered

Application Program Interface (API) and Libraries Practice Test

15 Questions
Question
1 / 15
Q1

A programmer is using a Robot class from a robotics library. The API documentation states that each Robot object keeps track of its current x and y coordinates on a grid and its current direction (e.g., "NORTH"). The class provides methods such as moveForward(), turnLeft(), and getCoordinates().

Based on the documentation, which of the following are considered behaviors of a Robot object?

Question Navigator