:: Home     :: Add Questions
Register   |   Login
 

Question :: In which cases you use override and new base?

Post Answer

Tags

Answers to ""

 

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.

Related Questions

 
 
Copyright 2007, Megasolutions Ltd