Computer Science, asked by HackerChauhan, 5 months ago

What is the difference between Mutable and Immutable ?​

Answers

Answered by ELECTROBRAINY
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 Anonymous
0

Tuples are immutable i.e the value cannot be changed. So, Option D is correct.

Similar questions