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 does convert toint32 mean?
Hi to all..I have to create an intranet application on C#.NET windows Application so please please let can you people help me as iam new in .NET and if u have any samples or website address from where i can get sample please let know.
What is the use of inheritance in c#?
What is the difference between const and readonly in c#.net?
Why do we still see so much non-oo code written in c# today?
Is it good to use var in c#?
What is datareader c#?
Are tuples mutable c#?
What are the namespace level elements?
What is parsing? How to parse a date time string?
Why do we use struct in c#?
What are synchronous and asynchronous operations?
Explain About CLS?
what is a destructor?
Are c# strings immutable?