Re: two-tier class thoughts (part 2)
"Mark Hahn" <[email protected]>
| Newsgroups | gmane.comp.lang.prothon.user |
|---|---|
| Message-ID | <[email protected]> |
<[email protected]> wrote in message > Do you mean for "Class" to be an alias for "Object"? > If not what are the differences? The differences are small. I'm about to make a complete proposal. Stay tuned. > Also it seems that this proposal meshes with the idea of protocols/adaptors > suggested in another thread. > I.E. cls = x.class() returns a reference to object x that has had its interface > changed to the class interface. That is an interesting view on the difference between prototypes and classes. After I understand the difference better myself I'll revisit this way of thinking about it.