Q:

Which syntax is applicable to declare public member functions in C++?

0

Which syntax is applicable to declare public member functions in C++?


  1. public:
  2. public()
  3. public void
  4. public::

All Answers

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

(a).public:

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
In java, which rule among the following is applica... >>
<< Which syntax among the following is correct for pu...