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 |
Which dialog box allows users to switch to another area of the application?
How to get records from a database?
Explain about crystal report in brief?
How to create class level variable that can be assigned value at the time of declaration and in the constructor alone?
For a server control, you need to have same properties like color maxlength, size, and allowed character throughout the application. How do you handle this?
What is form record?
What are controls in windows forms?
Which command prompt utility is used to convert a resource file from the text format into the binary format?
To which namespace does the control class belong?
what is the control used to call a windows application?
What are windows based applications?
What is a windows forms application?