Q:

Private member functions ____________

0

Private member functions ____________


  1. Can’t be called from enclosing class
  2. Can be accessed from enclosing class
  3. Can be accessed only if nested class is private
  4. Can be accessed only if nested class is public

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

(a).Can’t be called from enclosing class

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

OBJECT ORIENTED PROGRAMMING MEMBER FUNCTIONS MCQ

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
Which function among the following can’t be acce... >>
<< How to access a private member function of a class...