-
Which is referred by pointers to member?
-
- Non-static members of class objects
- Referring to whole class
- static members of class objects
- All of above
- None of these
Correct Option: A
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.