Vidyalelo
C++ Programming · Q214

Classes and Objects in C++

Programming · C++ Programming · question 214

Q214

Which functions of a class are called inline functions?

A.
All the functions containing declared inside the class
B.
All functions defined inside or with the inline keyword
Answer
C.
All the functions accessing static members of the class
D.
All the functions that are defined outside the class

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board