Re: Re: class proposal 2
"Mark Hahn" <[email protected]>
| Newsgroups | gmane.comp.lang.prothon.user |
|---|---|
| Message-ID | <[email protected]> |
Serge Orlov wrote: > At this point of discussion I pretty much > convinced myself how classes (which act like types) should be > implemented. I guess that is what I don't understand. To me all that is needed to act like a type is to have methods dispatched based on the class (or prototype). I guess that I (like Paul) need a refresher on your whole type proposal combined with your class proposal in one concise proposal.