Asir Vedamuthu wrote: > I don't understand item 2 in Roberto's list. Item 2 is: >> 2 - not transitive (i.e. it allows for encapsulation) What I mean by that is that if A imports B and B imports C, then A does not import C, i.e. if you need to use components from C in A, you have to import C explicitely there. As Gudge pointed out, this is encapsulation: the dependency on C that B has is hidden from its clients (in this case, A). RobertoReceived on Thursday, 21 April 2005 03:55:59 GMT
This archive was generated by hypermail 2.2.0 + w3c-0.30 : Thursday, 9 June 2005 12:14:59 GMT