S
Simon
Hi everyone,
Quick question:
If I don't use base() in a subclass's construcor, will the base classes
constructor be called at any point. It's just, I would have thought that the
base class constructor would always need to be called before anything else
seeing as the subclass may well depend on functionality and variables
created in the base class.
When base() is used, does it get called before anything else or is there a
way to control when it gets called.
Simon
Quick question:
If I don't use base() in a subclass's construcor, will the base classes
constructor be called at any point. It's just, I would have thought that the
base class constructor would always need to be called before anything else
seeing as the subclass may well depend on functionality and variables
created in the base class.
When base() is used, does it get called before anything else or is there a
way to control when it gets called.
Simon