where we are using NEW keyword other than create instance
Pls Help me?
Gopal
Answers were Sorted based on User's Feedback
Answer / praveen
we use new keyword to hide the method of base class in
derived classes in method hiding.
| Is This Answer Correct ? | 9 Yes | 0 No |
Answer / nikhil
Its is d concept of SHADOWING where base class
functionality is hidden.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / 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 |
Answer / honey
The keyword 'new' is mainly used to allocate memory for the
associated object.
though you can create an object without using new it is of
no use because no memory will be allocated when new keyword
is not used.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / honey
the keyword 'new' is mainly used to allocate memory for the
associated object.
though you can create an object without using new it is of
no use because no memory will be allocated when new keyword
is not used.
| Is This Answer Correct ? | 0 Yes | 1 No |
How to redirect a user to new page in ASP.NET without making a round-trip to the browser?
What is the need of z-order method?
how barcode print on the win form
how print PGL by XML
0 Answers Bank Of America, Wipro,
what is the control used to call a windows application?
What are the forms of database?
Which property of the progressbar control specifies the amount to increment the current value of the control?
How to find the current record position in data control?
What is the use of form?
Explain how to net forms the windows?
How do you hide the columns in datagrid?
what are container objects?