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
Which command prompt utility is used to convert a resource file from the text format into the binary format?
Explain how to add resources during runtime?
What is form description?
Which property is used to specify the use of an element in the user interface and reports it to the accessibility aids?
How do you apply specific formatting to the data inside the cells?
how print PGL by XML
Where is system windows forms dll?
What are the forms of graphics?
which property is used to change to some value to access a identity column in datacontrols?
Name the method that has to be overridden to change the appearance of the control that is inherited from an existing control.
Name the property which is used to lock a textbox to enter data?
How to split a column header in gridview using c#.net?
What are the three states set in a checkstate property?
How can you pause a timer control?
How to show a ContextMenuStrip instead of cthe default ContextMenuStrip,when you rightclick on the non client area of a window's Form or when alt+space keys are pressed