G
Guest
I would like to have methods in my base class that use reflection against its
derived class.
Is there any way for my base class to access its derived class? It does not
appear to be the case.
If not, how bad (programming practice-wise) is it to have a property in the
base class that references the instanced class? Or via the base class,
instance another object that has a reference to the instanced class.
derived class.
Is there any way for my base class to access its derived class? It does not
appear to be the case.
If not, how bad (programming practice-wise) is it to have a property in the
base class that references the instanced class? Or via the base class,
instance another object that has a reference to the instanced class.