1200字范文,内容丰富有趣,写作的好帮手!
1200字范文 > 【面向对象】面向对象程序设计测试题11-类的高级特性测试题

【面向对象】面向对象程序设计测试题11-类的高级特性测试题

时间:2019-02-10 08:32:58

相关推荐

【面向对象】面向对象程序设计测试题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

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。