my $object = Class->classmethod( x, y )
{
class method call; takes parameters x and y,
creates a new object and returns it.
}
