Q:

All the public member functions ___________________

0

All the public member functions ___________________


  1. Can’t access the private members of a class
  2. Can’t access the protected members of a class
  3. Can access only public members of a class
  4. Can access all the member of its class

All Answers

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

 (d).Can access all the member of its 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
<< The function main() must always be public...