MCQOPTIONS
Saved Bookmarks
| 1. |
Which is not a proper way to access public members of a class? |
| A. | Using object pointer with arrow operator |
| B. | Using object of class in main function |
| C. | Using object of class with arrow operator |
| D. | Using object anywhere in the program |
| Answer» D. Using object anywhere in the program | |