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

What is the difference between overriding and overloading in systemverilog?

0 Answers  


Why do we use interface in c#?

0 Answers  


What is use of FormBoarderStyle Propertie

0 Answers   MCN Solutions,


what is used ref keyword in c#,and how we used it?

2 Answers  


What is the difference between internal and protected in c#?

0 Answers  






What is dbcontext c#?

0 Answers  


What is strong name in c# and how can we use it?

0 Answers   DELL,


What is xml serializer?

0 Answers  


What is dependency injection?

0 Answers  


Why is .net so popular?

0 Answers  


Can abstract class be sealed in c#?

0 Answers  


Why do we use abstraction in c#?

0 Answers  


Categories