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

Write a short note on interface?

0 Answers  


What is single dimensional array in c#?

0 Answers  


What is difference between method and function in c#?

0 Answers  


What is system console writeline in c#?

0 Answers  


What is eager loading in c#?

0 Answers  






what are the different ways to cleaning up objects?

2 Answers   Wipro,


What is property c#?

0 Answers  


Distinguish between a class and struct?

0 Answers  


What are properties and indexer?

1 Answers   TCS,


Explain the serialization in .net

0 Answers  


What is use of private class in c#?

0 Answers  


What?s the data provider name to connect to Access database?

6 Answers  


Categories