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
What is the difference between c and c# programming?
Explain About namespaces
Explain the difference between pass by value and pass by reference.
What is attribute and reflection in c#?
how to stored and retrive video in Sql server using asp.net c#......?
What is thread safe in c#?
What are satellite assemblies?
What’s thread.sleep() in threading ?
What is the difference between field and variable in c#?
Explain 'structure padding'?
What is static void main in c#?
What is cosole application?
What is boxing? Explain its functionality?
How does split work in c#?
What are c# collections?