In our previous episode, Marcos Douglas B. Santos said: > Can I make a class helper to implements an Interface in an existing class? No, since a change to the class is needed (the tables with methods). Helpers are more an extra scope layered over the class without changing it.