Dot Net WindowsForms Question: Download Dot Net WindowsForms PDF

Where to use NEW keyword other than create instance?

Tweet Share WhatsApp

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 PDF Read All 21 Dot Net WindowsForms Questions
Previous QuestionNext Question
How to split a column header in gridview using C#.net?Explain HOW TO NET FORMS THE WINDOWS?