Classes should be given descriptive names. Avoid using abbreviations where possible. Class names should always begin with an uppercase letter. Component class names should start with the component name. Examples of good class names are:
class MyClass class MyComponentClass