• CamelCase (also camel case or dromedary case) is a naming convention in which the first letter of each word in a compound word is capitalized. Examples include the video game StarCraft, the band FireHouse, and the company MasterCard. The term CamelCase itself incorporates the CamelCase naming convention. While CamelCase has many applications, in computing, it is most often used in programming languages and website names.
    Most programming languages do not allow the use of spaces in the names of functions, variables, or other entities. Therefore, programmers often use CamelCase to define objects within the source code. For example, related variables within a C program might be might have the following lowerCamelCase names: employeeID, employeeFirstName, employeeLastName, and employeeAddress. The capital letters make the names of each variable more readable.
    While most programming languages do not require CamelCase, certain programming languages use CamelCase as a standard naming convention. For example, in Java, all classes should be named using UpperCamelCase, while methods and variables should have lowerCamelCase names. The most common alternative to CamelCase is to use underscores (_) to separate lowercase words.


    CamelCase meaning & definition 1 of CamelCase.


  • A typographical convention in which an initial capital is used for the first letter of a word forming the second element of a closed compound, e.g. iPhone, eBay, PayPal.

    CamelCase meaning & definition 2 of CamelCase.


  • the use of a capital letter to begin the second word in a compound name or phrase, when it is not separated from the first word by a space:

    CamelCase meaning & definition 3 of CamelCase.

Similar Words
  • 1
  • 1
  • 1
  • 1
  • 2
  • 4
  • 2
  • 6
  • 4

What is Define Dictionary Meaning?

Define Dictionary Meaning is an easy to use platform where anyone can create and share short informal definition of any word.
Best thing is, its free and you can even contribute without creating an account.



This page shows you usage and meanings of CamelCase around the world.