Which access modifiers are implied when not specified?

Viewed 34824

For all of the different concepts that support access modifiers, such as fields, properties, methods and classes, which access modifiers are implied if not specified?

2 Answers
Related