1.

What are static member functions?

A. Functions which use only static data member but can’t be accessed directly
B. Functions which uses static and other data members
C. Functions which can be access outside the class with the data members
D. Functions using only static data and can be accessed directly in main() function
Answer» E.


Discussion

No Comment Found