Computer Science - Object Oriented Programming Using C++

16.
To be called object-oriented, a programming language must allow
functions that return only a single value
#include files
inheritance
All of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.

17.
A function that returns no values to the program that calls it is _____
not allowed in C++
type void
type empty
type barren
Answer: Option
Explanation:
No answer description is available. Let's discuss.

18.
The keyword used to define a structure is _____
stru
stt
struct
structure
Answer: Option
Explanation:
No answer description is available. Let's discuss.

19.
If container classes are carefully constructed, then these tools are available to work with structures that are not ______
valid without container classes
programmer-defined
type-specific
public
Answer: Option
Explanation:
No answer description is available. Let's discuss.

20.
Header files often have the file extension _____
.H
.HE
.HEA
.HEAD
Answer: Option
Explanation:
No answer description is available. Let's discuss.