Sobes.tech
Junior — Middle

Where in memory is the object pointed to by a strong reference stored?

sobes.tech AI

Answer from AI

An object pointed to by a strong reference in iOS is stored in the heap. A strong reference keeps the object in memory, preventing it from being deallocated by the garbage collector or ARC (Automatic Reference Counting) as long as at least one such reference exists.