Computer Science, asked by srishti4800, 10 months ago

Why do we use internal keyword in C#?

Answers

Answered by simrannehra936
0

Internal keyword allows you to set internal access specifier. Internal access specifier allows a class to expose its member variables and member functions to other functions and objects in the current assembly.

Similar questions