What is the difference between Mutable and Immutable ?
Answers
Answered by
0
Answer:
If the value can change, the object is called mutable, while if the value cannot change, the object is called immutable.
Explanation:
PLS MARK AS BRAINLIEST
Answered by
0
Tuples are immutable i.e the value cannot be changed. So, Option D is correct.
Similar questions