Home »
MCQs »
OOPs MCQs
An object cannot invoke a private function using the dot operator?
23. An object cannot invoke a private function using the dot operator?
- True
- False
Answer: A) True
Explanation:
An object cannot invoke a private function using the dot operator as it does not have access.