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
Where is system windows forms dll?
Which method of the messagebox class is used to display a message in the message box?
Which property is used to specify the use of an element in the user interface and reports it to the accessibility aids?
What is a fillable form?
i already displaying one datagrid. now i want to make change to particular column header i.e i want to split that column header and it includes one more header.... write a code for that in windows application using C#.net
Which command prompt utility is used to convert a resource file from the text format into the binary format?
What is form and its types?
how print barcode
Explain how to find the current record position in data control?
What are the different cloud platforms?
Which window displays messages for the status of various features provided in the visual studio .net ide?
What are the properties of datacontrol?
How many types of dialog boxes windows provides?
What is an example of form?
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