When you inherit a protected class-level variable, who is it
available to?
Answer Posted / kirti
The derived class.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is delimiter in c#?
What is the difference between protected and private?
How to add controls dynamically to the form using c#.net.
To allow an element to be accessed using a unique key which .NET collection class is used ?
Which is faster hashtable or dictionary?
Can a private virtual method can be overridden?
Explain data types in c#?
What is primitive types in c#?
Are c# constructors the same as c++ constructors?
What is continue in c#?
What is a interface in c#?
what is virtual method in c#?
What is the difference between == and object.equals?
What is ado c#?
Can a struct have a default constructor (a constructor without parameters) or a destructor in c#?