When you inherit a protected class-level variable, who is
it available to?
Answer Posted / 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 View All Answers
Explain the difference between “as” and “is” operators used in c#?
What is the use of static in c#?
What is event delegate in c#?
What is generic delegates in c#?
Is string passed by reference in c#?
What is xml c#?
Are there functions in c#?
How to find the current application file path while runtime?
What is boolean conditions in c#?
What is constants in c#?
What do you know about Translate Accelerator?
Can enum be null c#?
What is difference between Enum and Struct?
What is a property c#?
if a method is marked as protected internal who can access it?