Mutable State
Everything on SkillVeris tagged Mutable State — collected across the glossary, study notes, blog, and cheat sheets.
2 resources across 1 library
Interview Questions(2)
What is a Shallow Copy?
A shallow copy creates a new object and copies the values of the original object’s fields into it, but for any field that is itself a reference to another obje…
Shallow Copy vs Deep Copy
A shallow copy duplicates an object’s top-level fields but keeps any reference-type fields pointing to the same underlying objects as the original, while a dee…