Page 1 of 1

Which functions of a class are called inline functions?

Posted: Wed Jul 13, 2022 7:52 pm
by answerhappygod
a) All the functions containing declared inside the class
b) All functions defined inside or with the inline keyword
c) All the functions accessing static members of the class
d) All the functions that are defined outside the class