Can Coldfusion components share methods without being descendants of the same super class
问题 We have used a homegrown version of object oriented coldfusion for a while and I'm just starting to experiment with cfc's and how it "should" be done... If I understand correctly, cfinterface defines the signature of functions, and any class that implements that interface must have their own functions to do whats defined in the interface. I'm kind of trying to do the opposite - the interface doesn't just define the function's signature, but also defines the logic of the function and anything