What does a mutable member of a class mean?
Posted: Wed Jul 13, 2022 7:52 pm
a) A member that can never be changed
b) A member that can be updated only if it not a member of constant object
c) A member that can be updated even if it a member of constant object
d) A member that is global throughout the class
b) A member that can be updated only if it not a member of constant object
c) A member that can be updated even if it a member of constant object
d) A member that is global throughout the class