1.

In Which Cases You Use Override And New Base?

Answer»

USE the new modifier to explicitly hide a member inherited from a BASE class. To hide an inherited member, declare it in the derived class USING the same NAME, and modify it with the new modifier.

Use the new modifier to explicitly hide a member inherited from a base class. To hide an inherited member, declare it in the derived class using the same name, and modify it with the new modifier.



Discussion

No Comment Found