What are the access-specifiers available in c#?
Answer Posted / vijay
public,private,protected,internal,protectedinternal
| Is This Answer Correct ? | 53 Yes | 22 No |
Post New Answer View All Answers
Why do we need private constructor in c#?
List the difference between interface and abstract class?
Why cannot you specify the accessibility modifier for methods inside the interface?
What are the collection types can be used in c#?
Why do we need oops in c#?
What is the difference between “finalize” and “finally” methods in c#?
Write a program in c# to find the angle between the hours and minutes in a clock?
What is the max value of int32 in c#?
Why we use get and set property in c#?
What is ildasm.exe used for?
How does aspect oriented programming work?
Can we inherit sealed class in c#?
Why do we use partial class in c#?
How does dictionary work in c#?
What is string [] args in c#?