

MCQOPTIONS
Saved Bookmarks
1. |
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 |
C. | All the functions accessing static members of the class |
D. | All the functions that are defined outside the class |
Answer» C. All the functions accessing static members of the class | |