单选题 The software used to write a program is called a ().
A. preprocessor
B. text editor
C. translator
D. source file
查看答案
单选题 The () assembles precompiled units from different sources into an executable program.
A. preprocessor
B. text editor
C. linker
D. loader
单选题 The compiler consists of a ()and a ().
A. preprocessor; loader
B. text editor; loader
C. preprocessor; translator
D. linker; preprocessor
单选题 C++ is a(n) ()language.
A. procedural
B. functional
C. declarative
D. object-oriented
单选题 In C++, ()is the hiding of data and operations from the user.
A. encapsulation
B. inheritance
C. polymorphism
D. modularity