Naming conventions: Difference between revisions

Content added Content deleted
(New post.)
m (Reformatting text.)
Line 801: Line 801:
=={{header|Java}}==
=={{header|Java}}==
According to Java's naming conventions, all names should be in mixed case:
According to Java's naming conventions, all names should be in mixed case:

classes and interfaces should be nouns beginning with a capital letter,
classes and interfaces should be nouns beginning with a capital letter,
methods should be verbs beginning with a lower case letter,
methods should be verbs beginning with a lower case letter,