Hey all
I would like to aggragate objects off of a single primary object.
For instance, I have an object called foo with 3 object a, b and c. All of these objects have read only properties that will be drived from the main object. I can not see a way to get this information to these objects. In C++ I would pass this info view the constructor but you cant do that here..
What were your solutions?
Thanks
I would like to aggragate objects off of a single primary object.
For instance, I have an object called foo with 3 object a, b and c. All of these objects have read only properties that will be drived from the main object. I can not see a way to get this information to these objects. In C++ I would pass this info view the constructor but you cant do that here..
What were your solutions?
Thanks
Comment