The Geek Forum

Main Forums => Hardware, Software, and Other Imperialist Crap => Topic started by: hob goblin on August 20, 2002, 01:20:11 PM

Title: OOP
Post by: hob goblin on August 20, 2002, 01:20:11 PM
Can anyone explain the benefits of OOP, pref with its usage in php, but if you can give me a breif rundown of its usage in c++ or some other language, it will probably be the same concept!

THX!
Title: OOP
Post by: Demosthenes on August 20, 2002, 01:22:37 PM
Trying.... to ..... resist...... funny........... acronyms...... uhgggggggggggghhhhh...........
Title: OOP
Post by: hob goblin on August 20, 2002, 01:24:04 PM
holy pants batman how did this get 5 views so quickly.

okay, er... Object Oriented Programming, you know, classes and teh like. I want to be leet! maybe i should just go install linux, but then i couldn't use Paint Shop Pro, and I wouldn't be able to blog :( :( :(
Title: OOP
Post by: Demosthenes on August 20, 2002, 01:26:09 PM
Quote from: hob goblin
holy pants batman how did this get 5 views so quickly.

okay, er... Object Oriented Programming, you know, classes and teh like. I want to be leet! maybe i should just go install linux, but then i couldn't use Paint Shop Pro, and I wouldn't be able to blog :( :( :(
[/i]I know, I know.... but I have an acronym addiction, and this fed right into it.  

The only Object Oriented stuff I know is in Visual FoxPro, and I still prefer doing things with straight up linear code.  The object oriented stuff kinda gives me a headache after a while... I'm always feeling like I'm forgetting something, and I usually am.
Title: OOP
Post by: hob goblin on August 20, 2002, 01:28:29 PM
xml and oop are the two missing blocks in my intermediate omniscience of php
Title: OOP
Post by: Revka on August 20, 2002, 05:24:02 PM
Can PHP actually handle OOP?

OOP is basically creating objects and classes so they can be re-used over and over again without changing the code.  It's a little more complex than that, but that's the basic idea.
Title: OOP
Post by: hob goblin on August 20, 2002, 05:33:59 PM
php can handle OOP very well, when i was coding my backend i found no point to making classes or objects as opposed to straight through coding