- The first letter of a class name should be capitalized.
- The first (or only) word in a method name should be a verb.
- By convention, method names should be a verb in lowercase or a multi-word name that begins with a verb in lowercase, followed by adjectives, nouns, etc. In multi-word names, the first letter of each of the second and following words should bezed. Eg: getFinalData
Click HERE for more..