You've kind of skipped to an advanced computer science topic -- two parent inheritance.
C++ offers two-parent inheritance, but most modern systems, like Java don't. It's just too messy and complicated. In biological inheritance, nature tosses a coin and various features are selected from each parent randomly. Probably not what one wants in their TW app. I think we probably want to stick with amoeba style inheritance, and assume only one parent at a time. On Friday, December 6, 2019 at 3:39:50 AM UTC-8, PMario wrote: > > Hi Mohamad, > > I think your example doesn't work, since the "inheritence" in this case > won't hold. The "child" always needs its own last-name. > > eg: Let's say parent-1 and parent-2 have different last-names. The child > will be transcluded into both parents and would therefore have 3 different > last-names. > > In reality a child can get: > > 1) child gets parent-1 last-name > 2) child gets parent-2 last- name > 3) a combination of parent-1 and parent-2 last-name > and may be > 4) If child is old enough it can decide to get a completely different > name. > > ------------------ > > I think inheritance violates the tiddlers number 1 rule: A tiddler is the > smallest unit of content, that makes sense on its own. > > have fun! > mario > -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/5d2fdc17-05e6-4750-a29e-458bc6b70e86%40googlegroups.com.

