1.
- member function
- A function that operates on an object that is passed as an implicit parameter named "this".
- nonmember function
- A free-standing function that is not part of any structure definition.
- current object
- The object on which a member function is invoked.
Match each phrase with the corresponding definition by dragging the phrase into the appropriate box.
Try again!