Naming conventions: Difference between revisions

m
Reformatting text which was overflowing the page width.
(New post.)
m (Reformatting text which was overflowing the page width.)
 
(One intermediate revision by the same user not shown)
Line 801:
=={{header|Java}}==
According to Java's naming conventions, all names should be in mixed case:
 
classes and interfaces should be nouns beginning with a capital letter,
 
methods should be verbs beginning with a lower case letter,
 
variables should begin with a lower case letter.
897

edits