Correct Answer : Non-static members of class objects
Explanation : We cannot use a pointer to member to point to a static class member because the address of a static member is not associated with any particular object.