Re: Pre-PPC: class :abstract
[email protected] (Aristotle Pagaltzis via perl5-porters)
| Newsgroups | perl.perl5.porters |
|---|---|
| Message-ID | <[email protected]> |
* Branislav Zahradník <[email protected]> [2025-12-19 14:03]: > Also interfaces and abstract is imho better implemented via role > mechanism - for me (you know how my brain works) this sounds like > "abstract class = role with subset of features". This. I don’t get what the addition of abstract classes gets us when you can already do those things with a role – and do them in a better way besides.