Question:
Explain Pascal Casing and Camel Casing.
Answer:
Pascal Casing is a form that capitalizes the first character of each word (e.g. TextBox, ListBox, etc.).
Camel Casing is a form where the first letter of each word except the first one is capitalized (e.g. userInput).