

MCQOPTIONS
Saved Bookmarks
1. |
Which of the following statements are correct about static functions? |
A. | Static functions are invoked using objects of a class. |
B. | Static functions can access static data as well as instance data. |
C. | Static functions are outside the class scope. |
D. | Static functions are invoked using class. |
Answer» E. | |