Junior
What objects can be stored in the heap?
sobes.tech AI
Answer from AI
Class objects (reference types), closures, large structures, and enumerations (when they are captured or part of a heap object).
sobes.tech AI
Answer from AI
Class objects (reference types), closures, large structures, and enumerations (when they are captured or part of a heap object).