myclass is the identifier of the class, therefore, you cannot give member methods the name of myclass, unless it's a constructor, or destructor. Also, __Some, and para__ are invalid arguments. Until __Some, and para__ are given valid type-specifiers, your code appears to be wrong.