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

Answers were Sorted based on User's Feedback



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

Answer / guest

Classes in the same namespace.

Is This Answer Correct ?    11 Yes 5 No

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

Answer / jothimani

its sub class variable

Is This Answer Correct ?    6 Yes 2 No

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

Answer / prabakar

its subclass variable

Is This Answer Correct ?    4 Yes 3 No

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

Answer / raja chandrasekaran

Protected class level variables can be accessed with in the
same class and accessed by the derived classes.Derived
classes can be in different assembly also. Even the
variables are private, it will be derived into the child
class. But the thing is, it is not accessible due to its
protection level.

Is This Answer Correct ?    6 Yes 5 No

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

Answer / 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

More C Sharp Interview Questions

How do I calculate relative time?

0 Answers  


When Should You Call The Garbage Collector In .net?

0 Answers   Siebel Systems,


What are the advantages of using c#?

0 Answers  


What is a generic method?

0 Answers  


Can you prevent a class from being instantiated?

0 Answers  






Explain how to implement delegates in c#.net

0 Answers  


Code to run exe like mspaint,autocad etc in asp.net.

2 Answers  


What is a byte in c#?

0 Answers  


Can we inherit an interface in an abstract class?

6 Answers   HCL,


Is c# good for games?

0 Answers  


How do you implement multiple inheritance in .NET?

5 Answers   Infosys, Microsoft,


What is the difference between function and method in c#?

0 Answers  


Categories