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 the c# equivalent of c++ catch (…), which was a catch-all statement for any possible exception? Does c# support try-catch-finally blocks?
Is goto statement supported in c#?
What are strong name assemblies?
What are the collection types can be used in c#?
How can I access the registry from c# code?
What is int32 maxvalue?
Please write a program to display “welcome to bestinterviewquestion.com” in c#?
Differentiate between dataset and datareader?
Explain the difference between and xml documentation tag?
Why do we use hashtable in c#?
What is the real use of interface in c#?
Okay, so an int is a value type, and a class is a reference type. How can int be derived from object?
What are the types of assembly available
Explain the working of serialization?
What are different types of Delegates in C#?