以public修饰的类如:public class Car{……},则Car()?
A 可被其它程序包中的类使用
B 仅能被本程序包中的类使用
C 不能被任意其它类使用
D 不能被其它类继承