Question:Which access limitation is found in a class member declared protected internal?
A Access is limited to the containing class plus any classes derived from the containing class
B Access is limited to the current assembly
C Access is limited to the containing class plus any classes derived from the containing class that are also in the current assembly
D Access is limited to the containing class plus any classes derived from the containing class or any other class in the current assembly
+ AnswerD
+ Report