When you inherit a protected class-level variable, who is it
available to?

Answers were Sorted based on User's Feedback



When you inherit a protected class-level variable, who is it available to?..

Answer / guest

Classes in the same namespace

Is This Answer Correct ?    4 Yes 0 No

When you inherit a protected class-level variable, who is it available to?..

Answer / amitgupta

class in the same name space

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More C Sharp Interview Questions

What is a multicast delegate in c#?

0 Answers  


I was trying to use an out int parameter in one of my functions. How should I declare the variable that I am passing to it?

0 Answers  


How many catch blocks can be there for a single try block?

5 Answers   Clover, HCL,


why instance? what are the uses of instance?

3 Answers   Choice Solutions,


i am using windows authentication for c#.net remoting with iis.I uncheck the anonymous access option in directory security.when my client requests the server it returns 401:unauthorized error.How can I resolve the exception ? Please send me the reply as early as possible.

1 Answers  






What is the use of functional interface?

0 Answers  


What types of object can I throw as exceptions?

0 Answers  


Can you store multiple data types in System.Array?

7 Answers  


What is the difference between readonly and const

4 Answers   Emphasis,


What is throw in c#?

0 Answers  


Why constructor is used in c#?

0 Answers  


What is the use of console readkey in c#?

0 Answers  


Categories