D
Don French
I have an application where multiple objects are created processing
different sets of data based upon a configuration specified. Each
object uses several other objects but those objects must use the
configuration initially set up in the first primary object. Each of
the primary objects maintain their own configuration.
How can you have variables defined in the primary object that are
visible to the other objects it creates?
Don French
different sets of data based upon a configuration specified. Each
object uses several other objects but those objects must use the
configuration initially set up in the first primary object. Each of
the primary objects maintain their own configuration.
How can you have variables defined in the primary object that are
visible to the other objects it creates?
Don French