Re: supertyping classes. Reply

2000-03-04 Thread John Meacham
On Sat, Mar 04, 2000 at 08:05:08PM +0300, S.D.Mechveliani wrote: > John Meacham <[EMAIL PROTECTED]> writes on 4 Mar 2000 > > > [..] > > It is VERY useful to allow reuseability of code in ways the original > > author did not anticipate. > > for an example from algebra imagine you are given a

supertyping classes. Reply

2000-03-04 Thread S.D.Mechveliani
John Meacham <[EMAIL PROTECTED]> writes on 4 Mar 2000 > [..] > It is VERY useful to allow reuseability of code in ways the original > author did not anticipate. > for an example from algebra imagine you are given a class Num a > which basically represents a field and you need a Group class