On Aug 21, 1:48 am, app <[EMAIL PROTECTED]> wrote: > I would just like to remind, that directories with union mounts do > present "inheritance"...Exactly like in SmallTalk or C++ or > Java.
Well, it's not exactly like in Java, since you are composing *two* bases to make a child -- that's multiple inheritance, which is not permitted in Java. There are many programming paradigms that support module composition -- OO is not the only one.
