Basic C++ Questions and Answers
11. |
A group of data and the operations are termed as |
|
- A. Object
- B. Data
- C. Operation
- D. Function
|
12. |
Which is a kind of a self sufficient subprogram with a specific functional area? |
|
- A. Functions
- B. Objects
- C. Encapsulation
- D. Inheritance
|
13. |
The operations represent the ........ of the object. |
|
- A. state
- B. behaviour
- C. data
- D. function
|
14. |
A template for entities that have common behaviour is |
|
- A. Class
- B. Objects
- C. Methods
- D. Attributes
|
15. |
....... allows a class to be derived from an existing class. |
|
- A. Object
- B. Inheritance
- C. Polymorphism
- D. Encapsulation
|