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
Why generics are used?
What is an ienumerable in c#?
Explain About .NET Framework
What is difference between a type and class?
Can extension methods access private members?
What is ado net in c#?
Why do we overload constructors?
Can a struct be null?
Why do we use readonly in c#?
Is c# used for frontend or backend?
What is difference between a function and a method?
How do you prevent a class from being inherited in c#?
What is the difference between static and private constructor in c#?
Is int a struct in c#?
What is bitwise operator in c#?