Definition:
CamelCase is where compound words are written using capital letters for the first letter of each word. In Java, classes and interfaces that are compound words use CamelCase.
Examples:
class PerformanceAnalyzer
class BookTracker
interface AccountServiceDelegator

