MCQOPTIONS
Saved Bookmarks
| 1. |
How can a static member function be called in the main function? |
| A. | Using dot operator |
| B. | Using arrow operator |
| C. | Using dot or arrow operator |
| D. | Using dot, arrow or using scope resolution operator with class name |
| Answer» E. | |