If the function is a member of a class, and default values are provided at function _______, then these default values become part of the class.

  • class declaration
  • class definition
  • function declaration
  • function definition
When default values are provided at the function definition within a class, these defaults become part of the class and are associated with that function. They affect how instances of the class behave when using that function.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *