Microsoft .NET preguntas y respuestas de entrevista
Test your skills through the online practice test: Microsoft .NET Quiz Online Practice Test
Pregunta 16. What is protected accessibility?
Access is restricted to types derived from the containing class.
Es util?
Agregar comentario
Ver comentarios
Pregunta 17. What is protected internal accessibility?
Access is restricted to types derived from the containing class or from files within the same assembly.
Es util?
Agregar comentario
Ver comentarios
Pregunta 18. What is private accessibility?
Access is restricted to within the containing class.
Es util?
Agregar comentario
Ver comentarios
Pregunta 19. What is the default accessibility for a class?
internal for a top level class, private for a nested one.
Es util?
Agregar comentario
Ver comentarios
Pregunta 20. What is the default accessibility for members of an interface?
public
Es util?
Agregar comentario
Ver comentarios
Lo mas util segun los usuarios:
- Name 10 C# keywords.
- What is public accessibility?
- .NET Stands for?
- What is private accessibility?
- What is protected accessibility?