PrepAway - Latest Free Exam Questions & Answers

Which access modifier should you use for the GetData() …

An application includes a class named Person. The Person class includes a method named GetData. You
need to ensure that the GetData() method can be used only by the Person class and not by any class
derived from the Person class. Which access modifier should you use for the GetData() method?

PrepAway - Latest Free Exam Questions & Answers

A.
public

B.
protected internal

C.
internal

D.
private

E.
protected

Explanation:
private – The type or member can be accessed only by code in the same class or struct. http://
msdn.microsoft.com/en-us/library/ms173121.aspx


Leave a Reply