Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
TazeTSchnitzel
on Dec 15, 2013
|
parent
|
context
|
favorite
| on:
Don't Distract New Programmers with OOP
But they don't. In practice, the difference is between:
$x = new Object; $x->bar($foo);
vs.
$x = object_create(); object_bar($x, $foo):
See, for example, the "procedural" version of MySQLi.
Consider applying for YC's Spring batch! Applications are open till Feb 11.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: