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 the difference between c and c# programming?
Define mutex in C#?
What is transparent caching with aop ?
Which function is the entry point for a DLL in MS Windows 3.1?
Explain the accessibility modifier protected internal?
Suppose you have already existing application with Visual Studio 6 (VB 6, InterDev 6) and this application utilizes Windows 2000 COM+ transaction services. With this example how can you approach migrating this application to .NET?
What are controls in c#?
What do you mean by delegates and explain different types of delegates?
What are c# attributes and its significance?
Illustrate namespaces in c#?
Is it not possible to store a boolean value as a variable?
what class is underneath the sortedlist class?
how to implement a web service in .net
Is void a class?
what is method overloading in c#?