consider the following sample
Code:
class CmyClass
{
    int someInt, otherInt;
} myClass;
what is the myClass name actually for? does it even serve a function?