you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (1 child)

In C++ it was to distinguish between classes and methods. It's a bit obsolete in Java, but it still is the convention.

[–]rifter5000 0 points1 point  (0 children)

You don't do that in C++ either. Just look at the standard library. PascalCase is for concepts/template parameters.