Storage classes like immutable/const/shared are not tied to any memory management strategy. Nor does it dictate memory lifetime.

It only dictates how it can be interacted with when you have a reference to it.

Reply via email to