CamelCase is a way to separate the words in a phrase by making the first letter of each word capitalized and not using spaces
Camel Case is a method to avoid spaces in names. For example UpperCamelCase and lowerCamelCase
All PascalCase styles are CamelCase but not all CamelCase are PascalCase