A

Admin • 833K Points
Coach

Q. Which class functions are called inline functions?

  • (A) All functions declared inside a class
  • (B) All functions defined outside the class of
  • (C) All functions defined inside or with the keyword inline
  • (D) All functions accessing static members of the class
  • Correct Answer - Option(C)
  • Views: 22
  • Filed under category C++
  • Hashtags:

Explanation by: Admin

All functions defined in the class or functions with the inline keyword in front of them are inline functions of a class.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.