Return to The Concepts of Binding and Binding Times

Implicit Heap-Dynamic Storage Binding:

Implicit Heap-Dynamic variables are bound to heap storage only when they are assigned values.

It is similar to dynamic type binding.

Go To Static Storage Binding 
Go To Explicit Heap-Dynamic Storage Binding
Go To Stack-Dynamic Storage Binding