Does C# need the private keyword?

Viewed 2315

(inspired by this comment)

Is there ever a situation in which you need to use the private keyword?
(In other words, a situation in which omitting the keyword would result in different behavior)

4 Answers
Related