Quote:
Originally Posted by AN-net
oop basically creates an organized structure through classes allowing multiple instances of the same class without having to write code multiple times. the benefits besides more organization is beyond me. an example is the $DB_site class which uses some oop 
|
It's a more semantec method of developing code than functional code. It's also far more modular and pluggable.