where we are using NEW keyword other than create instance

Pls Help me?

Gopal

Answers were Sorted based on User's Feedback



where we are using NEW keyword other than create instance Pls Help me? Gopal..

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

where we are using NEW keyword other than create instance Pls Help me? Gopal..

Answer / nikhil

Its is d concept of SHADOWING where base class
functionality is hidden.

Is This Answer Correct ?    5 Yes 0 No

where we are using NEW keyword other than create instance Pls Help me? Gopal..

Answer / guest

NEW keyword is used to create object

Is This Answer Correct ?    2 Yes 0 No

where we are using NEW keyword other than create instance Pls Help me? Gopal..

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

where we are using NEW keyword other than create instance Pls Help me? Gopal..

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

where we are using NEW keyword other than create instance Pls Help me? Gopal..

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

Post New Answer

More Dot Net WindowsForms Interview Questions

What are window based applications?

0 Answers  


Explain the need of z-order method?

0 Answers  


how to call constructor in abstract class

2 Answers  


How many nuber of controls are there in form?

1 Answers   Morgan Stanley,


How to create a set up in vb.net for desktop application please say steps with examples?

0 Answers  






What is the difference between desktop application and windows application?

0 Answers  


How many types of dialog boxes windows provides?

0 Answers  


What is the advantage of a form?

0 Answers  


how can u split a column header in gridview using C#.net

2 Answers   IBM,


how print PGL by XML

0 Answers   Bank Of America, Wipro,


Explain about crystal report in brief?

0 Answers  


How is anchoring different from docking?

0 Answers  


Categories