Name: Anonymous 2007-11-12 18:02
Create an interface, "IBendable", with one method, "Bend". Create two classes, "Spoon" and "Arm", that implement "IBendable". "Spoon" will also have an "Eat" method, and "Arm" will also have a "Raise" method. Each of these methods prints a message indicating its function. Write another class with a "Main" method, declaring two objects of type "IBendable", one a "spoon" and another an "arm". Call the "Bend" method.
help me pleeeeeeease
help me pleeeeeeease