Computer Science - Object Oriented Programming Using C++

16.
A data member holds a 1 or 0 depending on whether taxes have been paid. The best identifier for this member is _____
taxes
paidTaxes
taxesArePaid
code
Answer: Option
Explanation:
No answer description is available. Let's discuss.

17.
Assume a class Derv that is privately derived from class Base. An object of class Derv located in main() can access
public members of Base
protected members of Base
private members of Base
public members of Derv
Answer: Option
Explanation:
No answer description is available. Let's discuss.

18.
Which of the following is an access specifier?
particular
shielded
protected
safe
Answer: Option
Explanation:
No answer description is available. Let's discuss.

19.
Machine code is _____
edited code
source code
the 0s and 1s that the computer can understand
both (b) and (c)
Answer: Option
Explanation:
No answer description is available. Let's discuss.

20.
The contents of two pointers that point to adjacent of type float differ by
one bytes
two bytes
three bytes
four bytes
Answer: Option
Explanation:
No answer description is available. Let's discuss.