S
Samer
I'm writing a class that derives from ServiceBase and it says in the
documentation for the constructor of ServiceBase that if you override
the base class constructor, you should explicitly call it in the
constructor of your derived class.
As far as I know a constructor cannot be overridden only overloaded,
is this a mistake or have I been mislead.
documentation for the constructor of ServiceBase that if you override
the base class constructor, you should explicitly call it in the
constructor of your derived class.
As far as I know a constructor cannot be overridden only overloaded,
is this a mistake or have I been mislead.