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 is a console device?
How does bubble sort work?
How long does a loop recorder procedure take?
What is assembly c#?
Explain about Destructor method?
What is writeline in c#?
What is the difference between “constant” and “readonly” variables in c#?
Difference between a sub and a function in c#.
To allow an element to be accessed using a unique key which .NET collection class is used ?
Define delegate in c#?
What is the difference between ienumerable and enumerable?
What is a dynamic assembly?
Write a syntax for writing a event delegate.
Are value types sealed?
How many types of constructors are there?