View Single Post
Old 11-24-2012, 06:34 PM   PM User | #6
KULP
Regular Coder

 
Join Date: Mar 2012
Posts: 166
Thanks: 5
Thanked 11 Times in 11 Posts
KULP is an unknown quantity at this point
Quote:
Originally Posted by Custard7A View Post
Still, all I've really seen of PHP-OO seems to be "objects" containing procedural code in the methods.
As opposed to what?

Quote:
Originally Posted by firepages View Post
For years its been noted that PHP OO does not have, this that or the other... overloading, abstracts, interfaces all jump to mind, we have those now , namespaces etc + the old multiple inheritance question which no one can agree on in any language
PHP has overloading?

------------

From what I've seen of PHP OO, it seems fairly strong. Sure, it's missing some things but one of the core advantages remains: reusability. I think it's also more legible at times as well. As far as slugging the system, I don't think PHP OO compares to Java in that manner at all. You write objects and methods that you will need, not use a database like Java's.

Last edited by KULP; 11-24-2012 at 06:44 PM..
KULP is offline   Reply With Quote