C# requires the programmer to use names from letters chosen from a through z, A through Z, and numbers are chosen from 0 through 9.
Best practise to for naming a variable is to use :
Best practise to for naming a variable is to use :
- Camel Case. First word in variable name is in small letter and Second word in variable name is capital letter. Example : rollNumber
- Use relevant names to explain the variable use instead of names like x , y and z. Example : candidateName
No comments:
Post a Comment