Hacker News new | ask | show | jobs
by antoaravinth 3570 days ago
Out of curiosity, why Java is not best language for reading OO? Any reason?
1 comments

Because Java uses strong typing and largely early binding, which are almost always The Wrong Thing in OO.

Actually, by the Alan Kay definition, Java isn't even really OO at all. It just kind of looks like OO. You can apply OO techniques to it, but it's better to learn real OO than the bastardized version that's taught to Java programmers.