Explain few capitalization techniques ?
Interview question and answer by:
Bharathi Cherukuri | Posted on: 4/26/2012 | Category:
.NET Framework Interview questions | Views: 562 | |
Points: 40
Answer:
Some of the capitalization techniques are explained as below.
Pascal Casing: This convention capitalizes the first character of each word.
Example: MyWord.
Camel Casing: This convention capitalizes the first character of each word except the first word.
Example: myWord.
Upper Casing: This convention is used to capitalize identifiers, which contains an abbrevation of one or two characters.Identifiers which are of three or more characters use pascal casing instead.
Example: PI
Asked In: Many Interviews
|
Alert Moderator
Found interesting? Add this to: