+ 1
What does "mutable" and "immutable" mean?
The meaning of two words that i find in different courses of programming laguages like PYTHON and KOTLIN...
3 Answers
+ 2
Basically immutable= unchangeable and mutable=changeable
+ 1
Hmmm... That means tha mutable is something that can be reassigned and immutable is something can't be reassigned