-->
当前位置:首页 > 题库

单选题:Which of the following statement is true?

Luz5年前 (2021-05-10)题库716
Which of the following statement is true? @[C](2)

A. Adding more classes via import statements will cause a performance overhead, only import classes you actually use.
B. Under no circumstances can a class be defined with the private modifier
C. An inner class may under some circumstances be defined with the protected modifier
D. An interface cannot be inherited.




A.Adding more classes via import statements will cause a performance overhead, only import classes you actually use.
B.Under no circumstances can a class be defined with the private modifier
C.An inner class may under some circumstances be defined with the protected modifier
D.An interface cannot be inherited.


答案:C