【面向对象】面向对象程序设计测试题11-类的高级特性测试题
Test11:類的高級特性測試題
問題 1
Which of the following statements is (are) true in Java?
I. All of the methods in an abstract class must be abstract.
II. All of the methods in an interface must be abstract.
A. I and II
B. I only
C. None
D. II only
答案:
D
問題 2
Which of the following statements about Java classes is (are) accurate?
I. A class may have only one parent.
II. Two or more classes may share a parent.
A. II only
B. I and II
C. I only
D. None
答案:
B
問題 3
Which of the following statements is (are) true in Java?
I. Classes that contain abstract methods must be declared abstract.
II. Classes that contain protected methods must be declared abstract.
A. None
B. I only
C. I and II
D. II only
答案:
B
問題 4
Which of the following stateme
總結
以上是生活随笔為你收集整理的【面向对象】面向对象程序设计测试题11-类的高级特性测试题的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 你应该知道的 iTerm2 使用方法--
- 下一篇: 解读Spring MVC项目技术架构