Basic C++ Questions and Answers
6. |
The input and output data items are represented as |
|
- A. Constants
- B. Data
- C. Variables
- D. String
|
7. |
Which one operates on a set of known Input data items? |
|
- A. Functions
- B. System
- C. Computer Program
- D. Output Data
|
8. |
The derived class are ........ packed. |
|
- A. cover
- B. completely
- C. uniquely
- D. power
|
9. |
The process of acquiring Base class properties is called |
|
- A. Class
- B. Polymorphism
- C. Inheritance
- D. Encapsulation
|
10. |
The ability of an object to respond differently to different message is called |
|
- A. Object
- B. Inheritance
- C. Polymorphism
- D. Encapsulation
|