Vidyalelo
C++ Programming · Q83

Introduction to C++

Programming · C++ Programming · question 83

Q83

Which of the following is accessed by a member function of a class?

A.
The object of that class
B.
All members of a class
Answer
C.
The public part of a class
D.
The private part of a class

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board