Re: Easy question about Character manipulation



On Tue, 30 Jan 2007 15:18:34 -0500, Robert A Duff wrote:

[...]
I claim that we're just arguing over
terminology: saying "so-and-so are different types, but there are all
kinds of implicit conversions" amounts to roughly the same thing as
"so-and-so are the same type".

As for terminology, I'd propose to call the latter "subtypes" and the
former "unrelated types."

--
Regards,
Dmitry A. Kazakov
http://www.dmitry-kazakov.de
.



Relevant Pages

  • Re: Writing bulletproof code
    ... > Ada allows this to a limited degree. ... Subtypes of a common base type ... > between themselves and the parent type. ... Implicit conversions are desirable ...
    (comp.programming)
  • Re: Writing bulletproof code
    ... > non-negative floating point value, ... Subtypes of a common base type ... have implicit conversions between each other, ... between themselves and the parent type. ...
    (comp.programming)