schreibt:
Quote:
>I can reference it in the next class "New_Class" that I want to "implement"
>the interface.
Is your class really named New_Class?
You should avoid underscores in all names, related to classes and their
members. Naming a method My_Method, you cannot Implement this method in another
class, so perhaps the class name itself has similar restrictions.
DoDi