tags:

views:

24

answers:

2

Hi guys

I was wondering what these terms are in php...I looked up google but couldn't find any good answers. I would appreciate if someone here can help me about it. Thanks a lot.!!!

+2  A: 

Aggregation and delegation are general object-oriented programming concepts.

Here are a few links you might consider perusing:
http://en.wikipedia.org/wiki/Aggregation_(object-oriented_programming)#Aggregation
http://en.wikipedia.org/wiki/Delegation_(programming)
http://php.net/manual/en/language.oop5.php <--- This is just the OOP portion of the PHP manual, where aggregation and delegation would be relevant.

froggythefrog
Thanks froggy.... Appreciate it
FatDeveloper
+1  A: 

There is no significant difference in programming language for this terms:

http://en.wikipedia.org/wiki/Delegation_%28programming%29

http://en.wikipedia.org/wiki/Aggregation_%28object-oriented_programming%29#Aggregation

zerkms
thanks zerkms....appreciate the help..+1
FatDeveloper