Q. Which class functions are called inline functions?
β
Correct Answer: (C)
All functions defined inside or with the keyword inline
Explanation: All functions defined in the class or functions with the inline keyword in front of them are inline functions of a class.