1
edit
Changes
→Coding Style
* Names representing types must be in mixed case starting with upper case (example: SavingAccount).
* Function Method names must be in mixed case starting with lower case (example: savingAccount()).
* Variable names must be in mixed case starting with lower case (example: savingAccount).