Now that I've started using interfaces out of need, I finally understand them.
Question, why are the characteristics of an interface described as "is a" or "is able to" versus "is at least a" or "is at least able to".
I think the latter descriptions would have helped me understand better. Does this make sense?
EDIT: Before grasping interfaces, if I was writing a "Park Activity Generator" application. I would have had a Dog, Frisbee, Adults, Kids, Homeless Person, Bird, Trash etc. My limited/uneducated design thinking was always about how things are different rather than the same. I guess not enough experience to see that identifying the differences, is one exercise - but that identifying the similarities is another(and probably a better first one?). I had no concept of action flexibility, in separating the driver of action from the object.
I believe if my earlier approaches at development weren't so flawed, or I was looking harder, I would have arrived at the traditional explanation earlier, but here is a specific question I posted that sort of describes how I arrived at this "at least a" as what I'm exploring as an organically/stupid-stumbling-along derived need implementation of an interface.