Difference between access specifiers and access modifiers in c#.net
Answers
Answered by
0
Both C#, VB.NET and Java, they useaccess modifier for keyword like public or private. In the other hand, C++ use access specifier for the same keyword. I believe an access specifierdetermines the visibility for a certain field / method. An access modifiertells you more about the behavior and use of that field.
Similar questions