Q:

Which among the following best describes the inline member functions?

0

Which among the following best describes the inline member functions?


  1. Functions defined inside the class only
  2. Functions with keyword inline only
  3. Functions defined outside the class
  4. Functions defined inside the class or with the keyword inline

All Answers

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

(d).Functions defined inside the class or with the keyword inline

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
What are friend member functions (C++)?... >>
<< What are const member functions?...