Where to use NEW keyword other than create instance?

Submitted by: Administrator
Hiding of base class method (non abstract method) can be done just by giving an implementation in the derived class. The "new" keyword is not necessary. You can add the "new" keyword to prevent a warning message during compilation.
Submitted by: Administrator

Read Online Dot Net WindowsForms Job Interview Questions And Answers