PascalCase
In programming, PascalCase denotes the practice of writing compound words or phrases such that the first letter of each concatenated word is capitalized.[1] No other characters are used to separate the words, like hyphens or underscores.
For example:
- BackColor
- TimeUtc
- FirstName
- ComputerRamSize
This is different from camelCase in which the first letter is lowercase and each subsequent concatenated word is capitalized.[1]
For example:
- backColor
- timeUtc
- firstName
- computerRamSize
"camelCase" isn't PascalCase, but "PascalCase" is.
References
- 1 2 "Capitalization Styles". msdn.microsoft.com. Retrieved 2016-04-27.
This article is issued from Wikipedia - version of the 9/3/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.