Re: Re: Re:class proposal 2
"Mark Hahn" <[email protected]>
| Newsgroups | gmane.comp.lang.prothon.user |
|---|---|
| Message-ID | <[email protected]> |
"Greg Ewing" > > In Python you can say Klass.method() to access an instance method but > > that wouldn't work in my proposal > > If you insist on that working, I think it pretty much > forces class attributes and instance methods to be in > the same namespace. So are dual namespaces a good thing or a bad thing? I was confusing having classes and working like Python. How do you think classes should work in Prothon, if at all?