Re: Re: Insight: Prothon is an Acquisition-orientedlanguage

Paul Prescod <[email protected]> Thu, 29 Jul 2004 10:08:59 -0700
Newsgroups gmane.comp.lang.prothon.user
Message-ID <[email protected]>
Mark Hahn wrote:

> Paul Prescod wrote:
> 
> 
>>Quite possibly. Any time you have a tree data structure with
>>inheritance, prototypes will make it easy to implement the
>>inheritance. You might also use it to implement style inheritance.
> 
> 
> What is style inheritance?

http://www.w3.org/TR/REC-CSS1#inheritance

One trick is that only some properties are inherited. It would take some 
thinking for me to decide that Prothon instance inheritance is much 
better for this...

  Paul Prescod