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


Can you override private virtual methods?

Answers were Sorted based on User's Feedback



Can you override private virtual methods?..

Answer / prashanth

first let me know wht is the benfit specifying virtual
method as private.

Is This Answer Correct ?    4 Yes 11 No

Post New Answer

More C Sharp Interview Questions

What are the benefits of using windows services:

0 Answers  


how to store the value in textbox using delegates if we have two user control. the value will be called from one user control to another user control. Loading and unloading will be done through delegates.

1 Answers  


Explain Constructor and destructor?

0 Answers  


Describe ado.net?

0 Answers  


What is int32 maxvalue?

0 Answers  


What is the difference between method parameters and method arguments. Give an example?

0 Answers  


What is manifest ?

3 Answers   Digital GlobalSoft,


What is the difference between read and readline in c#?

0 Answers  


Is there any way to access private memebers of an object from another object?

4 Answers   TCS,


When you inherit a protected class-level variable, who is it available to?

5 Answers   CMC, IBM,


How many digits are in an integer?

0 Answers  


Using system; class main { public static void Main() { int a = 1; for (int i = 0; i < 10; i++) { int j = a * 5; Console.WriteLine(a + "*5=" + j); a++; } Console.ReadLine(); } }

1 Answers  


Categories