创建了 Car 类后, 用以下代码语句创建了 car 对象: car=Car() 那么需要调用 car 对象的 drive 方法, 下列选项正确的是? ( )
car.drive()
Car.drive()
Car.drive
car.drive