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.

Correct Answer: Both 1 and 2 are correct.

← Previous Question Next Question→

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion