|
||||||
|
Q. When can I have more than one object connected to another?A. A reference can refer to only one object (unless the referencing object is an array). A given object may have a number of objects referring to it though. This is analagous to pointers in C. A pointer can point to just one memory location at a time. However, multiple pointers can all point to the same place in memory.
| |||||