Override attachInterrupt()

You can't override a function, only a method. Methods belong to a class, a sub-class can
override method implementations, but functions are global and unique.