Naming conventions: Difference between revisions

Content added Content deleted
m (Reformatting text.)
m (Reformatting text which was overflowing the page width.)
 
Line 803: Line 803:


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,

variables should begin with a lower case letter.
variables should begin with a lower case letter.