Explain visibility with its types? (Computer Question)
Answers
Answered by
3
Answer:
The visibility of a class, a method, a variable or a property tells us how this item can be accessed. The most common types of visibility are private and public, but there are actually several other types of visibility within C#.
Similar questions