72. Given: 1. package geometry; 2. public class Hypotenuse { 3. public InnerTriangle it = new InnerTriangle(); 4. class InnerTriangle { 5. public int base; 6. public int height; 7. } 8. } Which statement is true about the class of an object that can reference the variable base?
(A) It can be any class.
(B) No class has access to base.
(C) The class must belong to the geometry package.
(D) The class must be a subclass of the class Hypotenuse.
(A) It can be any class.
(B) No class has access to base.
(C) The class must belong to the geometry package.
(D) The class must be a subclass of the class Hypotenuse.
答案:登入後查看
統計: A(0), B(0), C(0), D(1), E(0) #2722966
統計: A(0), B(0), C(0), D(1), E(0) #2722966