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