The protected access modifier defines a member that can be accessible within ___

79. The protected access modifier defines a member that can be accessible within ___.

  1. its class and all other classes
  2. its class and by derived class instances
  3. its class only
  4. None of the above

Answer: B) its class and by derived class instances

Explanation:

In C#, the protected access modifier defines a member that can be accessible within its class and by derived class instances.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.