Home » C++ Programming » Objects and Classes

Which of the following statements are correct for a static member function? It can access only other static members of its class. It can be called using the class name, instead of objects.

← Previous Next →

Discussion & Comments

No comments yet. Be the first to comment!