Computer Science - Object Oriented Programming Using C++

31.
The best form of coupling is _____
complete
tight
loose
free
Answer: Option
Explanation:
No answer description is available. Let's discuss.

32.
Paying attention to the important properties while ignoring inessential details is known as________
selectiveness
polymorphism
abstraction
summarizing
Answer: Option
Explanation:
No answer description is available. Let's discuss.

33.
What does C++ append to the end of a string literal constant?
a space
a number sign (#)
an asterisk (*)
a null character
Answer: Option
Explanation:
No answer description is available. Let's discuss.

34.
An array name is a _____
subscript
formal parameter
memory address
prototype
Answer: Option
Explanation:
No answer description is available. Let's discuss.

35.
To enter a comment in a C++ program, you begin the comment with _____
**
&&
\\
@
//
Answer: Option
Explanation:
No answer description is available. Let's discuss.