In Programming, we use these technic to increase readability of code. Like "thisismyworld" is difficult to read than ThisIsMyWord. So here the role of Pascal cases comes.
For example:
BackColor
TimeUtc
FirstName
ComputerRamSize
Pascal Case
Brief
PascalCase denotes the practice of writing compound words or phrases such that the first letter of each concatenated word is capitalized. No other characters are used to separate the words, like hyphens or underscores.For example:
BackColor
TimeUtc
FirstName
ComputerRamSize