Naming convection in java
for classes we use Pascal Convection
first latter are uppercase and other lowercase latter
ex - Main , Scanner , MyEmploy
for function and variables we use camelCase
fist later is lowercase and subsequence character are uppercase
ex - main ,myScanner , myEmploy
No comments:
Post a Comment