How are Implicit-Heap dynamic Storage Binding and Dynamic type binding similar?
Posted
by
Appy
on Programmers
See other posts from Programmers
or by Appy
Published on 2012-03-23T11:14:53Z
Indexed on
2012/03/24
5:38 UTC
Read the original article
Hit count: 341
"Concepts of Programming languages" by Robert Sebesta says -
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.
Can anyone explain the similarity with suitable examples. I understand the meaning of both the phrases, but I am an amateur when it comes to in-depth details.
© Programmers or respective owner