- Allocation - managing memory allocation on the stack vs heap
- Pointers or References - sharing access to the same structure
- Finalizers - managed non-memory resources through objects
- Garbage Collection - controlling the garbage collector or automatic deallocation
- Weak References - references to shared objects that don't keep them alive