K
kele
Do sub Namespaces have visibility to parent class. ie.
I am trying to develop an application that is made up of
modules and the main module contains a variables class
that contains all the variables needed for the
application.
eg.
MainModule Namespace
Contains MainMod Class
Variables Class
MainModule.SubModule Namespace
Contains SubMod Class
MainMod class populates the variables class and is the
main entry point of the application and it also calls
methods in the SubMod Class. Can SubMod Class get access
to the Variables Class and its members.
If not how should this be designed/developed.
Thanks Kel.
I am trying to develop an application that is made up of
modules and the main module contains a variables class
that contains all the variables needed for the
application.
eg.
MainModule Namespace
Contains MainMod Class
Variables Class
MainModule.SubModule Namespace
Contains SubMod Class
MainMod class populates the variables class and is the
main entry point of the application and it also calls
methods in the SubMod Class. Can SubMod Class get access
to the Variables Class and its members.
If not how should this be designed/developed.
Thanks Kel.