单项选择题

Which keyword can protect a class in a package from accessibility by the classes outside the package()。

A.private
B.protected
C.final
D.don’t use any keyword at all (make it default)

相关考题