Computer Science - Object Oriented Programming Using C++
|
|
|
|
Exercise"Two things are infinite: the universe and human stupidity; and I'm not sure about the universe."
- Albert Einstein
|
| 31. |
The best form of coupling is _____ |
Answer: Option D
Explanation:
No answer description available for this question. Let us discuss.
|
| 32. |
Paying attention to the important properties while ignoring inessential details is known as________ |
| A. |
selectiveness | B. |
polymorphism | | C. |
abstraction | D. |
summarizing |
Answer: Option C
Explanation:
No answer description available for this question. Let us discuss.
|
| 33. |
What does C++ append to the end of a string literal constant? |
| A. |
a space | | B. |
a number sign (#) | | C. |
an asterisk (*) | | D. |
a null character |
Answer: Option C
Explanation:
No answer description available for this question. Let us discuss.
|
| 34. |
An array name is a _____ |
| A. |
subscript | | B. |
formal parameter | | C. |
memory address | | D. |
prototype |
Answer: Option E
Explanation:
No answer description available for this question. Let us discuss.
|
| 35. |
To enter a comment in a C++ program, you begin the comment with _____ |
Answer: Option E
Explanation:
No answer description available for this question. Let us discuss.
|
|
|