R
Ryan Liu
Hi,
There is a method Test() implemented in base class and override in subclass.
In base class itself, how to make sure
this.Test() will just call implementation in base class only?
Thanks a lot!
Ryan Liu
There is a method Test() implemented in base class and override in subclass.
In base class itself, how to make sure
this.Test() will just call implementation in base class only?
Thanks a lot!
Ryan Liu