【单选题】class Vehicle { public void drive() { System.out.println("Vehicle: drive"); } } class Car extends Vehicle { public void drive() { System.out.println("Car: drive"); } } public class Test { public stati...
【单选题】It is fashionable to drive a car, but to drive a car is not nearly as difficult as it is imagined on condition that you ______ the specialized rules.