Object Life Cycles

Frequently Asked Questions

1. The fact that every object is unique; does that mean that every object stores it own set of instructions? That means that the same instructions or methods are stored hundreds or thousands of time. What a waste of memory!

No, the code is not duplicated, as we shall se later when learn about classes. However, when you are designing systems,. it is often practical to think of objects as if they owned their methods.