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