Q. Which of the following statements is correct for a static member function?
1. It can access only other static members of its class.
ο· It can be called using the class name, instead of objects
1. It can access only other static members of its class.
ο· It can be called using the class name, instead of objects
β
Correct Answer: (C)
both 1 and 2 are correct