The correct option is (b) Member functions whose definition is expanded in place of its call
Easy explanation - The member functions whose definition is expanded at the call, and no jump to function and return happened, are termed as inline functions. This is used to make the program faster and more efficient.