Method implementations for classes ar no different than for objects: the implementation is specified using the ClassName.MethodName identifier:
Note: Because the compiler considers a type alias to be the same type as the aliased type, type aliases can currently be used when writing the implementation of a method: