Naming Conventions
Naming Conventions
Naming conventions
Naming conventions:
o Naming Conventions is a rule to follow as you decide what to name
your identifiers such as class, package, variable, constant, function etc.
Rule3: Better to use camelCase only when it makes sense or else try
avoiding more use of camelCase.
Naming conventions