On Thu, 10 Feb 2005, Jonathan S. Shapiro wrote:
> On Thu, 2005-02-10 at 09:44 +0100, J�rgen Hermanrud Fjeld wrote: > > I would like to know if inheritance in BitC implies overloading, as > > well as if and/or how you plan to handle binary methods? > > I shall answer this shortly, but in the meantime can you explain what > you mean by "binary methods"? > I think what he means is a method like plus: c1 -> c1, which is a member of a class, and takes in another object of the same class. If so, I guess that the next question would be: What are the visibality rules are among the different instantiations of the same class? what about represenatation abstraction? what about friend classes? In other words, what is the equivalent of Ocaml's: module .. shared state among friends .. firend class 1 .. friend class end. Swaroop. _______________________________________________ bitc-dev mailing list [email protected] http://www.coyotos.org/mailman/listinfo/bitc-dev
