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

Classes in the same namespace.

Showing Answers 1 - 2 of 2 Answers

oleg

  • Nov 3rd, 2005
 

Access is limited to the containing class or types derived from it

  Was this answer useful?  Yes

murthy

  • Nov 3rd, 2005
 

Classes (sub) dervied from the class (parent) where the protected class-level variable is defined.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions