Q. Which is the method invoked to connect the last vertex back to the first?
β
Correct Answer: (A)
closePath()
Explanation: The closePath() method connects the last vertex back to the first, thereby creating a path.