Home »
MCQs »
OOPs MCQs
'Friend Functions cannot access the private data of other class'. Is this statement true or false?
90. 'Friend Functions cannot access the private data of other class'. Is this statement true or false?
- True
- False
Answer: B) False
Explanation:
Friend Functions can access the private data of other classes.