I agree, but the reuse of code is also posible in an structured oriented fashion and it is not inherent in OOP.
Simply saying that you are going to use OOP doesn't means that the code reuse is granted, like in structured oriented programming you have to think very carefully how to design your application to get advantage of this. -William El lun, 29-03-2004 a las 16:52, Jason Giangrande escribió: > Stephen Craton wrote: > > I've been reading up on object oriented programming in PHP for a while now > > and I just don't get what's the use in using it. It supposedly makes it > > faster, but I don't really see how in any of my scripts. What's the > > advantage of OOP anyway, and why are so many people using it now? What does > > it have to offer then just creating files full of functions to include later > > like I've always done? > > It's really good for code organization and reuse. The ability to reuse > code every easily is it's best feature, IMO. > > Also, Rob has good points, too. > > -- > Jason Giangrande <[EMAIL PROTECTED]> > http://www.giangrande.org > http://www.dogsiview.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php