Re: Needed: Real-world examples for Python's Cooperative Multiple Inheritance
- From: André Malo <ndparker@xxxxxxxxx>
- Date: Sun, 28 Nov 2010 20:46:07 +0100
* Steve Holden wrote:
Even inheritance itself isn't as useful as it at first
appears, and composition turns out in practice to be much more useful..
That goes double for multiple inheritance.
Amen.
nd
--
my @japh = (sub{q~Just~},sub{q~Another~},sub{q~Perl~},sub{q~Hacker~});
my $japh = q[sub japh { }]; print join #########################
[ $japh =~ /{(.)}/] -> [0] => map $_ -> () # André Malo #
=> @japh; # http://www.perlig.de/ #
.
- References:
- Re: Needed: Real-world examples for Python's Cooperative Multiple Inheritance
- From: John Nagle
- Re: Needed: Real-world examples for Python's Cooperative Multiple Inheritance
- From: Raymond Hettinger
- Re: Needed: Real-world examples for Python's Cooperative Multiple Inheritance
- From: John Nagle
- Re: Needed: Real-world examples for Python's Cooperative Multiple Inheritance
- From: Mark Wooding
- Re: Needed: Real-world examples for Python's Cooperative Multiple Inheritance
- From: John Nagle
- Re: Needed: Real-world examples for Python's Cooperative Multiple Inheritance
- From: Steven D'Aprano
- Re: Needed: Real-world examples for Python's Cooperative Multiple Inheritance
- From: Steve Holden
- Re: Needed: Real-world examples for Python's Cooperative Multiple Inheritance
- Prev by Date: Re: Subprocesses and Ctrl-C handling on windows
- Next by Date: Re: How do I get the URL of the active tab in Firefox/IE/Chrome?
- Previous by thread: Re: Needed: Real-world examples for Python's Cooperative Multiple Inheritance
- Next by thread: Preciseinfo collections updated http://preciseinfo.org
- Index(es):
Relevant Pages
|