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

Can we inherit an abstract class in another abstract class. If no why and If yes how..?

2 Answers  


main concept of c sharp

3 Answers  


What is private readonly in c#?

0 Answers  


What is the class in c#?

0 Answers  


What is writeline in c#?

0 Answers  






Name the connections does microsoft sql server support?

0 Answers  


Will the following code compile?

0 Answers  


i want the csharp questions&answeres

0 Answers   IBM, Siemens,


What is final keyword in c#?

0 Answers  


what is full assembly reference

0 Answers  


What is the correct way of declaring an xml namespace?

0 Answers  


Is null in c#?

0 Answers  


Categories