- Method names should start with small letters.
- Method names are usually verbs
- If method contains multiple words, every inner word should start with uppercase letter.
- Method name must be combination of verb and noun
Example : toString(), getCarName(), getCarNumber()