which of the following is not true for static member function ?
A static member function can access only static member data, static member functions and data and functions outside the class.
A static member function can be called, even when a class is not instantiated
A static member function cannot be declared virtual
A static member function can have access to the 'this' pointer of the class