Hi, I am trying to understand static and dynamic types. In a program, if I
had two variables that have the same static type, but different dynamic
types. How can I assign each variable to the other using two assignment
statements? I tried creating a short program attempting this without
success. Could someone locate me to an program example on the web
describing something as such. It does not have to do any input or output.
Thanks
had two variables that have the same static type, but different dynamic
types. How can I assign each variable to the other using two assignment
statements? I tried creating a short program attempting this without
success. Could someone locate me to an program example on the web
describing something as such. It does not have to do any input or output.
Thanks
Comment