aliensbrain
  • Home
  • Study
  • Quizzes
  • 🎤AI Practicefree
  • Notebooks
  • Community
  • Sign in
  • C++ Object Oriented Programming Fundamentals
  • The functions that change an object’s state or attributes...
Multiple choice

The functions that change an object’s state or attributes are called

  1. manager functions

  2. auxiliary functions

  3. mutator functions

  4. predicate functions

  5. inspector functions

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Mutator functions, also known as implementors, are functions that change an object’s state or attributes.

Keep practicing — related questions

  • Which type of function can be used to change the cout object's state?
  • Allow and object to change its state when it’s internal state changes. The object will appear to change its...
  • Allow and object to change its state when it’s internal state changes. The object will appear to change its...
  • ________ allows designing of new objects that inherit the functionality of objects that are already created.
  • _____refers to an object's ability to behave differently depending on its type
  • The _____________ member function of a class modifies the values of the member variables.
  • Providing access to the object only through its member functions,while keeping the details private is calle...
  • The wrapping up of data and functions into a single unit is called _____________
Play the full quiz 🎤 Practise this topic out loud
Advertisement
© Aliensbrain | all rights reserved
  • About
  • Contact
  • Terms and Condition
  • Privacy Policy