I read several times through the exercise text and guessed some function to complete the exercise, but I still feel like I must have missed the instructions to implement the Race
method.
Here is a link to the exercise text.
I read several times through the exercise text and guessed some function to complete the exercise, but I still feel like I must have missed the instructions to implement the Race
method.
Here is a link to the exercise text.
I think it was implied somewhat that when TestTrack
class call race
and it take a car instance, then that car races the track by calling its Drive
method.
However for a learning concept exercise, it should be a bit clearer imo.
A PR would be appreciated!