Question Detail
The private data members of a class are accessible ?
- Directly to objects of that class
- To any function defined outside a class
- Only to the member functions
- Only using keyword static
Answer: Option C
Answer: Option C