Microsoft .NET perguntas e respostas de entrevista
Test your skills through the online practice test: Microsoft .NET Quiz Online Practice Test
Pergunta 16. What is protected accessibility?
Access is restricted to types derived from the containing class.
Isto e util?
Adicionar comentario
Ver comentarios
Pergunta 17. What is protected internal accessibility?
Access is restricted to types derived from the containing class or from files within the same assembly.
Isto e util?
Adicionar comentario
Ver comentarios
Pergunta 18. What is private accessibility?
Access is restricted to within the containing class.
Isto e util?
Adicionar comentario
Ver comentarios
Pergunta 19. What is the default accessibility for a class?
internal for a top level class, private for a nested one.
Isto e util?
Adicionar comentario
Ver comentarios
Pergunta 20. What is the default accessibility for members of an interface?
public
Isto e util?
Adicionar comentario
Ver comentarios
Mais uteis segundo os usuarios:
- Name 10 C# keywords.
- What is public accessibility?
- .NET Stands for?
- What is private accessibility?
- What is protected accessibility?