Q:

What are public member functions?

0

What are public member functions?


  1. Functions accessible outside the class but not in derived class
  2. Functions accessible outside the class directly
  3. Functions accessible everywhere using object of class
  4. Functions that can’t be accessed outside the class

All Answers

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

 (c).Functions accessible everywhere using object of 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 for public membe... >>
<< If a function in java is declared private then it ...