Q:

Which among the following is true for public member functions?

0

Which among the following is true for public member functions?


  1. Public member functions doesn’t have a return type
  2. Public member functions doesn’t have any security
  3. Public member functions are declared outside the class
  4. Public member functions can be called using object of class

All Answers

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

 (d).Public member functions can be called 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 type of member functions get inherited in th... >>
<< What are public member functions?...