一 . 选择题 234 1.下面中哪两个可以在 A 的子类中使用 class A { protected int method1 (int a, int b) { return 0; } } A. public int method 1 (int a, int b) { return 0; } B. private int method1 (int a, int b) { return 0; }