You cannot have binding of methods before INIT
because the type of invocant is determined
at runtime. For example, when we bless a
reference with bless {}, $string, this executes
at runtime to assign the class type, which tells us
which @ISA to examine.