Microsoft .NET 面接の質問と回答
Test your skills through the online practice test: Microsoft .NET Quiz Online Practice Test
質問 16. What is protected accessibility?
Access is restricted to types derived from the containing class.
役に立ちましたか?
コメントを追加
コメントを見る
質問 17. What is protected internal accessibility?
Access is restricted to types derived from the containing class or from files within the same assembly.
役に立ちましたか?
コメントを追加
コメントを見る
質問 18. What is private accessibility?
Access is restricted to within the containing class.
役に立ちましたか?
コメントを追加
コメントを見る
質問 19. What is the default accessibility for a class?
internal for a top level class, private for a nested one.
役に立ちましたか?
コメントを追加
コメントを見る
質問 20. What is the default accessibility for members of an interface?
public
役に立ちましたか?
コメントを追加
コメントを見る
ユーザー評価で最も役立つ内容:
- Name 10 C# keywords.
- What is public accessibility?
- .NET Stands for?
- What is private accessibility?
- What is protected accessibility?