1. Computer Science Engineering (CSE)
  2. CPP Programming
  3. A member function can always access the ...
Q.

A member function can always access the data in __________, (in C++).

A. the class of which it is member
B. the object of which it is a member
C. the public part of its class
D. the private part of its class
Answer» A. the class of which it is member
View all MCQs in:   CPP Programming

Discussion