Computer Science, asked by abhaychatap, 7 months ago

Explain visibility with its types? (Computer Question) ​

Answers

Answered by raghuramansbi
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