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

JS prototypes provide a single parent lookup delegation, which is not that different from single inheritance and is mostly used to emulate single inheritance class systems in the wild.

Furthermore Dart supports mixins, so it's not exactly single inheritance classes.




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

Search: