sharp access are used for
Answers
Answered by
0
put question properly
Answered by
1
Explanation:
Access modifiers in C# are used to specify the scope of accessibility of a member of a class or type of the class itself. For example, a public class is accessible to everyone without any restrictions, while an internal class may be accessible to the assembly only.
Similar questions