Answer:
2) The data in question can be changed.
Step-by-step explanation:
Mutable objects are those objects that can be changed after they are created, and they can store a a large collection of data. Mutable objects are more flexible for programming as they are easily modifiable. The limitation of mutable object is that, only the copy of the object, and not the original object is mutable. This may lead to unexpected bugs in the code.