Hacker News new | ask | show | jobs
by jablan 4843 days ago
Don't you think that, when it comes to OOP features, PHP recklessly introduced lots of Javaisms which lose lot of sense when applied to a dynamically typed language? I believe the author had exactly that in mind.
1 comments

definitely not. can you name one feature that has been added that isn't useful to a dynamically typed language?

The only one i can think of is object type hinting which alone isn't that big of a deal.

Umm... Interfaces? Abstract methods and classes? Finals?