

MCQOPTIONS
Saved Bookmarks
1. |
Which among the following is correct definition for static member functions? |
A. | Functions created to allocate constant values to each object |
B. | Functions made to maintain single copy of member functions for all objects |
C. | Functions created to define the static members |
D. | Functions made to manipulate static programs |
Answer» C. Functions created to define the static members | |