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
What do you mean by shared assembly?
Can you have parameters for static constructors?
Why singleton class is sealed in c#?
What is a Managed Code??
Are enums static c#?
What does async mean in c#?
What does == mean in c sharp?
Which property do we set on a Combo Box to display data on it prior to setting the DataSource ?
What do you mean by the delegate in c#?
What is console readkey ()?
Does c# support try-catch-finally blocks?
Is namespace necessary in c#?
In which way a two-dimensional array declared in C#?
How to move to a state-related codebase?
explain the features of static/shared classes.