Jump to content

Whats O.O.P?


Xyphon

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.