Xyphon Posted December 15, 2007 Share Posted December 15, 2007 Title. Can someone tell me? Link to comment https://forums.phpfreaks.com/topic/81858-whats-oop/ Share on other sites More sharing options...
dsaba Posted December 16, 2007 Share Posted December 16, 2007 object oriented programming <a href="http://en.wikipedia.org/wiki/Object-oriented_programming">I'm feeling Stupid! via google</a> Ahorita, mi nombre es Sr. Helper!! muahahaha! Link to comment https://forums.phpfreaks.com/topic/81858-whats-oop/#findComment-415875 Share on other sites More sharing options...
xinteractx Posted December 18, 2007 Share Posted December 18, 2007 Object oriented coding is is different form of thinking. think of it like linking many functions together and each function can do its own thing but knows what all they other functions do.. now multiply this by 100 and you now have object oriented programming.. you can duplicate your entire project and override one function etc. instead of calling the same function, you can duplicate it and call it as its own object with its own properties etc. Link to comment https://forums.phpfreaks.com/topic/81858-whats-oop/#findComment-417698 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.