Computer Science - Object Oriented Programming Using C++

21.
Files whose names end in .h are called _____ files
handy
header
helper
helping
Answer: Option
Explanation:
No answer description is available. Let's discuss.

22.
When accessing a structure member, the identifier to the left of the dot operator is the name of
a structure member
a structure tag
a structure variable
the keyword struct
Answer: Option
Explanation:
No answer description is available. Let's discuss.

23.
Assume that a program contains a programmer-defined void function. When C++ encounters the function's closing brace (}), C++ returns to the statement _____
immediately above the statement that called the function
that called the function
immediately below the statement that called the function
Answer: Option
Explanation:
No answer description is available. Let's discuss.

24.
Inheritance occurs when a class adopts all the traits of _________
an object
a parent class
a variable
a function
Answer: Option
Explanation:
No answer description is available. Let's discuss.

25.
Template classes that have already been written to perform common class tasks are called _____
container classes
receptacle classes
repository classes
alembic classes
Answer: Option
Explanation:
No answer description is available. Let's discuss.