1.

Deference between mutable and unmutable data

Answer» It can be change it can not be change it is opposite to mutable
It can be changed ,it can not be change
Mutable data can be changed in space of word which we want to replace e.g list ,tuple etc and immutable is opposite to mutable data e.g string etc


Discussion

No Comment Found