InterviewSolution
Saved Bookmarks
| 1. |
Explain the access modifiers in C#? |
|
Answer» The access MODIFIERS usually used in C# include Public, Private, Protected, INTERNAL and Protected internal. This is ONE of the FREQUENTLY ASKED C# interview questions. |
|