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