MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following statements is false? |
| A. | You typically use a public member function to change the value in a private data member |
| B. | Because the constructor function does not return a value, you place the keyword void before the constructors name |
| C. | The public member functions in a class can be accessed by any program that uses an object created from that class |
| D. | An instance of a class is considered an object |
| Answer» C. The public member functions in a class can be accessed by any program that uses an object created from that class | |