Answer the following statements true (T) or false (F)
1. If, in a class, one uses the keyword public:, it affects only the member that
immediately follows the keyword public, making this member accessible to any
other function defined anywhere.
2. There is no access to private members of a class by any function defined outside
the class.
3. A data type is a collection of a set of values together with a set of basic operations defined on the values.
4. An abstract data type is a collection of a set of values together with a set of basic
operations defined on the values.
1. False
2. True.
3. True
4. false
You might also like to view...
A(n) ________ is an Office feature that displays a list of potential results.
a. ScreenTip b. Preset color arrow c. option button d. gallery
Consider the if statement:
a) When the condition is true. b) When the condition is false. c) When the condition is ambiguous. d) This will not happen.