Assume a class called Testdrive exists. Private instance var…

Assume a class called Testdrive exists. Private instance variables include driver (string), xLocation (int), yLocation(int), and speed (double). You do not need to create this class. Speed is always set to zero but the other variables are defined during instantiation. Write the constructor for this class (and it’s access modifier).