d. All of the above are false.
Which of the following statements is false?
a. Each object of a class shares one copy of the class’s data members.
b. An object’s data members exist before a program calls member functions on an
object, while they are executing and after the member functions complete execution.
c. Data members are declared inside a class definition but outside its member functions’
bodies.
d. Headers should never contain using directives or using declarations.
The ____________, __________ and ____________ are the only three forms of control
necessary.
a. switch, if, else.
b. sequence, selection, iteration.
c. break, continue, ifelse.
d. for, while, dowhile.