J
Jim Bayers
I'm new at working with object oriented programming. Here's what I want to
do.
Create three objects of the same class, A, B and C. These will live the
life of the program. I want to be able to store A in B, by referrence or
otherwise, and then retrieve A at a later point.
I can create the class and then create a new object, but I can't store A in
B, and forget about retrieving A.
Could you post a brief example?
do.
Create three objects of the same class, A, B and C. These will live the
life of the program. I want to be able to store A in B, by referrence or
otherwise, and then retrieve A at a later point.
I can create the class and then create a new object, but I can't store A in
B, and forget about retrieving A.
Could you post a brief example?