May 4, 2013 at 6:59am
Objects have identity; each object must have a unique address in memory.
For instance, these eleven objects must be distinguishable from each other:
1 2
|
Foo bar[10] ;
Foo baz ;
|
Last edited on May 4, 2013 at 7:00am
May 4, 2013 at 7:02am
Ah, that makes sense. Thanks!