Q:

Which among the following is false, for member function of a class?

0

Which among the following is false, for member function of a class?


  1. All member functions must be defined
  2. Member functions can be defined inside or outside the class body
  3. Member functions need not be declared inside the class definition
  4. Member functions can be made friend to another class using friend keyword

All Answers

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

(c).Member functions need not be declared inside the class definition

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

total answers (1)

OBJECT ORIENTED PROGRAMMING OOPS CONCEPT AND FEATURES MCQ

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
Which syntax for class definition is wrong?... >>
<< State True or False. Class with main() function ca...