48 views
in Business and Finance by (2.2k points)
what is Immutable

Please log in or register to answer this question.

2 Answers

0 votes
by (2.8k points)
Immutable refers to something that cannot be changed or modified once it is created. In programming, data structures or objects that are immutable retain their original state and cannot be altered after they are instantiated. This can help ensure data integrity and prevent unintended changes in the code.
0 votes
by (7.8k points)
Immutable means that something is unable to be changed or altered. This term is often used in computer programming to describe data structures or objects that cannot be modified after they are created.

Related questions

2 answers
asked Jul 11, 2024 in Business and Finance by aishamirza (2.2k points)
1 answer
asked May 27, 2024 in Business and Finance by aishamirza (2.2k points)
3 answers
asked Mar 22, 2024 in Business and Finance by Muzzammil56 (7.8k points)
1 answer
asked Mar 22, 2024 in Business and Finance by Muzzammil56 (7.8k points)
...