lenelex.com
Home
Quizzes
Games
Register
Log in
Question 1 of 15
Which of the following is true about public access modifier?
A. Access is not restricted.
B. Access is limited to the containing class or types derived from the containing class.
C. Access is limited to the current assembly or types derived from the containing class.
D. Access is limited to the containing class or types derived from the containing class within the current assembly.
E. Access is limited to the current assembly.
Links:
Access Modifiers
public