PascalCase
Appearance
This article has multiple issues. Please help improve it or discuss these issues on the talk page. (Learn how and when to remove these messages)
|
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
- ^ a b "Capitalization Styles". msdn.microsoft.com. Retrieved 2016-04-27.