Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Which dialog box allows users to switch to another area of the application?

0 Answers  


How to get records from a database?

0 Answers  


Explain about crystal report in brief?

0 Answers  


How to create class level variable that can be assigned value at the time of declaration and in the constructor alone?

1 Answers   Arctern,


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?

1 Answers   Microsoft,


What is form record?

0 Answers  


What are controls in windows forms?

0 Answers  


Which command prompt utility is used to convert a resource file from the text format into the binary format?

0 Answers  


To which namespace does the control class belong?

0 Answers  


what is the control used to call a windows application?

1 Answers  


What are windows based applications?

0 Answers  


What is a windows forms application?

0 Answers  


Categories