- 1、本文档共41页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
C面向程序对象语言(双语)选择题答案
mChapter I: Principles of Object-Oriented Programming
Which of the following languages is not a procedure-oriented programming language?
ALGOL(算法语言)
COBOL(面向商业通用语言)
FORTRAN(公式翻译程序语言)
None of the above
Which of the following programming approach (程序设计方法)used functions as a key concept to perform action-oriented tasks?(指导任务??)
Structured(结构化) programming
Modular (模块化)programming
Procedure-oriented programming(面向对象)
Object-oriented programming
Identify the drawback(缺点) of using procedure-oriented programming, if any:
Data is hidden(隐藏) from external functions(外部函数)
New functions can be added whenever necessary
Does not reflect real world problems
All of the above
Which is not associated(联系) with Object-oriented programming?
Data abstraction(数据提取)
Automatic initialization(自动初始化)
Dynamic binding(动态绑定)
None
The term operator overloading (操作符重载)in C++ refers to:
Inheritance(继承)
Message passing (信息传递)
Polymorphism(多态性)
None
Which one of the following OOP concepts enables reusability (再利用)of components(成员)?
Inheritance
Encapsulation(数据分装)
Polymorphism
All of the above
The concept of hierarchical classification (层次分类)is related to:
Abstraction
Inheritance
Function overloading(重载)
None
Object-based (基于对象)programming languages do not support:
Inheritance
Dynamic binding
Encapsulation
All of the above
Both i and ii
iii only
iv only
i, ii, and iii
C++ does not support
Genericity(泛型C#)
Early binding
Garbage collection(碎片收集)
Multiple Inheritance(多重继承)
i only
ii only
iii only
ii, iii and iv
Which of the following is an Object-oriented programming language?
Smalltalk
Object Pascal
Java
All of the above
Both ii and iii
i only
iii only
iv only
Chapter II: Beginning With C++
Which one of the following options is true on the topic of Simula67?
It is the first Object-oriented programming language
It’s a predecessor to C++
It was designed for doing simulations
All of the above
Both i and ii
i only
iii only
iv only
Which of the following features (特征)that distinguish(区别) object ori
文档评论(0)