Re: Re-connecting
Arne Köwing <[email protected]>
| Newsgroups | gmane.comp.lang.forth.colorforth |
|---|---|
| Message-ID | <[email protected]> |
Frédéric DUBOIS<[email protected]> writes: > [...] I guess that strong-typing allows oCaml not to use > late-binding. That's not right late binding is the "real" argumentation for caml's object extension. The module-system provides almost everything else for oop (inheritance / information hiding / generalization). The object extension duplicates those features and adds late binding and an object/class modell.