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...


what is new modifier in C#

Answers were Sorted based on User's Feedback



what is new modifier in C#..

Answer / pratyaya kumar ghosh

C# allow redefinition of inherited methods in the derived
classes at the cost of hiding the inherited ones using new
modifier.

Is This Answer Correct ?    7 Yes 2 No

what is new modifier in C#..

Answer / anna

Mr.kiran this site is not for sending "hi" type nessages.
please dont misuse the site.
thanq

Is This Answer Correct ?    10 Yes 5 No

what is new modifier in C#..

Answer / shiraz abbas rizvi

When used as a modifier, the new keyword explicitly hides a
member inherited from a base class. Hiding an inherited
member means that the derived version of the member
replaces the base-class version.

Is This Answer Correct ?    6 Yes 1 No

what is new modifier in C#..

Answer / r.r.bharti

It is an error to use both new and override on the same
member, as the two modifiers have mutually exclusive
meanings. Using new creates a new member with the same name
and causes the original member to become hidden, while
override extends the implementation for an inherited member.

Using the new modifier in a declaration that does not hide
an inherited member generates a warning.

Is This Answer Correct ?    0 Yes 0 No

what is new modifier in C#..

Answer / raj

What is meaning of "Explicitly hides a
member inherited from a base class"?

I mean what exactly trying to say please please tell me.

Is This Answer Correct ?    0 Yes 0 No

what is new modifier in C#..

Answer / viswanath

hi Rahul,
what u did, are u not misusued?

Is This Answer Correct ?    4 Yes 6 No

what is new modifier in C#..

Answer / rahul p.v

HEI ANNA
This site is not for commenting 'bout others answers.u were
the one who misused the site by commenting!!!!

thnx

Is This Answer Correct ?    3 Yes 8 No

what is new modifier in C#..

Answer / kiran

hi

Is This Answer Correct ?    1 Yes 20 No

Post New Answer

More OOPS Interview Questions

what is object oriented programming and procedure oriented programming?

3 Answers  


Name a typical usage of polymorphism

3 Answers  


#include <iostream> using namespace std; int main() { int a = 3; int c[5][5]; for (int x=0;x<5;x++) { for (int y=0;y<5;y++) { c[x][y] = x*y; } } cout << c[a][2]; }

1 Answers  


what is the new version of oops

0 Answers   Ignou,


write a function that takes an integer array as an input and finds the largest number in the array. You can not sort array or use any API or searching needs?

2 Answers   IBMS, Zycus Infotech,


any one please tell me the purpose of operator overloading

0 Answers   Amazon,


What are oops functions?

0 Answers  


What is data binding in oops?

0 Answers  


Write pseudo code for push in a stack?

2 Answers   emc2,


if u write a class do u write Assignment operator and copy constructor

1 Answers   Siemens,


what are abstract classes and how they impliment , with example

2 Answers  


What is the problem with multiple inheritance?

0 Answers  


Categories