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?