Da traduttori professionisti, imprese, pagine web e archivi di traduzione disponibili gratuitamente al pubblico.
the proccess of aggregation is cummulative, so when we aggregate $fs with the class dbstorage, generating an object that can use the storage methods of all the defined classes.
the proccess of aggregation is cummulative, so when we aggregate $fs with the class dbstorage, generating an object that can use the storage methods of all the defined classes.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
aggregation, on the other hand, implies encapsulation (hidding) of the parts of the composition. we can aggregate classes by using a (static) inner class (php does not yet support inner classes), in this case the aggregated class definition is not accessible, except through the class that contains it. the aggregation of instances (object aggregation) involves the dynamic creation of subobjects inside an object, in the process, expanding the properties and methods of that object.
aggregation, on the other hand, implies encapsulation (hidding) of the parts of the composition. we can aggregate classes by using a (static) inner class (php does not yet support inner classes), in this case the aggregated class definition is not accessible, except through the class that contains it. the aggregation of instances (object aggregation) involves the dynamic creation of subobjects inside an object, in the process, expanding the properties and methods of that object.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità: