Dot Net WindowsForms Question:
Download Questions PDF

Where to use NEW keyword other than create instance?

Answer:

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.

Download Dot Net WindowsForms Interview Questions And Answers PDF

Previous QuestionNext Question
How to split a column header in gridview using C#.net?Explain HOW TO NET FORMS THE WINDOWS?