From: | Hans-Peter Diettrich <DrDiettrich1@netscape.net> |
Newsgroups: | comp.compilers |
Date: | Thu, 12 Apr 2018 01:09:42 +0200 |
Organization: | Compilers Central |
References: | <49854345-f940-e82a-5c35-35078c4189d5@gkc.org.uk> 18-03-103 18-03-042 18-03-047 18-03-075 18-03-079 18-03-101 18-04-002 18-04-003 18-04-004 18-04-024 18-04-034 |
Injection-Info: | gal.iecc.com; posting-host="news.iecc.com:2001:470:1f07:1126:0:676f:7373:6970"; logging-data="55468"; mail-complaints-to="abuse@iecc.com" |
Keywords: | OOP, design, comment |
Posted-Date: | 11 Apr 2018 20:47:50 EDT |
Am 10.04.2018 um 20:32 schrieb George Neuner:
> On Tue, 10 Apr 2018 05:48:43 GMT, anton@mips.complang.tuwien.ac.at
> (Anton Ertl) wrote:
> Smalltalk had/has single inheritence only, and it's dynamic dispatch
> mechanism is very different from that of C++.
Isn't *multiple inheritance* one of the features that C++ proved
impractical? Which other languages support multiple inheritance?
DoDi
[Lots of languages have multiple inheritance. Python is one of the
more popular these days. As you've seen, opinions vary about how
useful it is. -John]
Return to the
comp.compilers page.
Search the
comp.compilers archives again.