Q7
What is the access modifier used to define a method that can be accessed from any class in the same assembly in C#?
A.
public
B.
private
C.
protected
D.
internal
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board