When you inherit a protected class-level variable, who is
it available to?
Answer Posted / 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 |
Post New Answer View All Answers
Which is executed if an exception has not occurred?
Enlist the different types of classes in c#?
What is the symbol used for in c#?
Why dataset is used in c#?
What is dataset and dataadapter in c#?
What is the difference between writeline and write in c#?
What is window application in c#?
What is strong name in c# and how can we use it?
What do you understand by 'access specifiers' in C#?
Can enum have methods c#?
Is unity object oriented?
Explain the difference between boxing and unboxing.
Can a static class contain non static members?
Explain the clr triggers?
How to sign an assembly with strong name?