Q.

A member function can always access the data

A. in the object of which it is a member.
B. in the class of which it is a member.
C. in any object of the class of which it is a member.
D. in the public part of its class.
Answer» A. in the object of which it is a member.
842
1
Do you find this helpful?
8

Discussion

GM

Gabriel Mawutor
2 years ago

I think the answer should be B. Because a member function is found in a class not an object
1