Q:

Which is private member functions access scope?

0

Which is private member functions access scope?


  1. Member functions which can only be used within the class
  2. Member functions which can used outside the class
  3. Member functions which are accessible in derived class
  4. Member functions which can’t be accessed inside the class

All Answers

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

 (a).Member functions which can only be used within the 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 among the following is true?... >>
<< Use of const member function in a program ________...