Creating class variations using implements

…ok so i have just created multiple variations of a class using extends. why does it say this in the documentation?

Note that in Java, and therefore also Processing, you cannot extend a class more than once. Instead, see implements .