# you can do like method typeName(x: Base): string {.base.} = name(Base) method typeName(x: Child): string = name(Child)```