where we are using NEW keyword other than create instance
Pls Help me?
Gopal
Answer Posted / only three
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.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Suppose I am implementing one windows form. I am inserting some values into ms access. In that table 5 columns there. But I want to insert three columns only. When I am clicking another button then other two values also insert into that table?
What is a database form?
Explain how barcode create in the report?
What are windows applications?
Which property of the progressbar control specifies the amount to increment the current value of the control?
What is form design?
Which template creates a .net compact framework 2.0 forms application for pocket pc 2003 and later?
How can you pause a timer control?
What are controls in windows forms?
What is dynamic linking?
Which property value of the helpnavigator property will display the index for a specified topic?
What is the difference between desktop application and windows application?
How save rerecord in the database?
Explain how to get records from a database?
How to use the FindControl() function to preselect an item in my dropdownlist?