我有2节课
class A { private int count; } class B extends A { //need to access count here }
我可以使用哪些标准方法来访问它?
java oop
java ×1
oop ×1