Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

java coding standards for methods

1) Method names should start with small letters.
2) Method names are usually verbs
3) If method contains multiple words, every inner word should start with 
uppercase letter.
Ex : toString()
4) Method name must be combination of verb and noun
Ex : getCarName(),getCarNumber()
 
PREVIOUS NEXT
Tagged: #java #coding #standards #methods
ADD COMMENT
Topic
Name
9+1 =