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

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

Answer Posted / p.sahoo

Protected Class Variables Are Always Inherited in it's
derived classes.
But in the namespace it confused to me because in a
namespace we can set any type of modifiers.

Is This Answer Correct ?    0 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the purpose of reserved word using in c#?

877


What is a static field?

852


Explain the use of virtual, sealed, override, and abstract method?

830


How to update the gui from another thread in c#?

936


What is asp net c# corner?

1251


Which is faster dictionary or hashtable?

808


How do I create a single-file assembly?

938


What is string programming language?

805


What is instantiating a class?

876


Explain About disco and uddi

1081


What is the c# equivalent of c++ catch (...), Which was a catch-all statement for any possible exception?

941


Why do we need abstract class?

840


Are value types sealed?

925


what will be the output of the given below coding. using System; public class Exercise { static void OddNumbers(int a) { if (a >= 1) { Console.Write("{0}, ", a); a -= 2; OddNumbers(a); } } public static int Main() { const int Number = 9; Console.WriteLine("Odd Numbers"); OddNumbers(Number); Console.WriteLine(); return 0; } }

4237


How do I stop my console from closing in c#?

858