Hacker News new | past | comments | ask | show | jobs | submit login

If you pass your object to another function, you only get static dispatch. What you want instead in this case, is a simple instance method. Then yourApple.rotateFruit() would do what you want, and rutateFruit could be an interface method declared in Apple, the superclass/interface.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: