A static member function can only access static data member. answer in true or false
Answers
Answered by
0
Answer:
Explanation:
A static member function can only access static data member, other static member functions and any other functions from outside the class. Static member functions have a class scope and they do not have access to the this pointer of the class
Similar questions