Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #27559
| Path | csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!cs.uu.nl!news.stack.nl!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <rosuav@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.003 |
| X-Spam-Evidence | '*H*': 0.99; '*S*': 0.00; '21,': 0.07; 'python': 0.09; 'subject:Does': 0.09; 'subject:create': 0.09; "wouldn't": 0.11; 'subject:python': 0.11; 'aug': 0.13; 'distinct': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'subject:object': 0.16; "would've": 0.16; 'wrote:': 0.17; 'odd': 0.17; 'received:209.85.214.174': 0.21; 'header:In-Reply-To:1': 0.25; 'am,': 0.27; 'question': 0.27; 'message-id:@mail.gmail.com': 0.27; 'asking': 0.32; 'science,': 0.33; 'to:addr:python-list': 0.33; 'received:google.com': 0.34; 'said,': 0.35; 'subject:?': 0.35; 'received:209.85': 0.35; 'does': 0.37; 'received:209': 0.37; 'subject:: ': 0.38; 'mean': 0.38; 'to:addr:python.org': 0.39; 'received:209.85.214': 0.39; 'header:Received:5': 0.40; 'casting': 0.84 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=mRIbHuIYjJ9Dmw+Ab6Ukk5fi500w7R2CYSEM63xoGtA=; b=w7FNv6u4DLbndovopxaujJjRrd0VRM/yMcdMLo3fom8IIFQsu++3qheUYNzMF8/Ouz rBmINDik4h4azVBVdZaZAlWTcnnv0RdgaNcXeVRgBvcIS7efJYUyBd9sYFr+ULX5e6q2 w/vtE4fnoSChbJJwLX2YTzVTFIZcxJFctrlNrYOqtmMT5HIRzEN5WEJ+qVhhAZS1XKA6 YAd8kjhsAPemLPPnFoNDVnMN4zxl4TZqHwf9vAfyXgKbOV22URxtR08QcmYLqqXyMY75 14RSS/6e41Jq9ulNh1rl1cosVdQr95UqG/GPVjsmE8O2rycmoRrUUw5EPfvSnmE2Fwh/ JGKg== |
| MIME-Version | 1.0 |
| In-Reply-To | <c387ad97-eeea-41d8-ad3a-1e36b19ed95a@googlegroups.com> |
| References | <CAEMsKDuiwfkh6Fo=QfabzUN8qUGQcWkSgxEppR71B5DL3pqZpg@mail.gmail.com> <mailman.3557.1345472705.4697.python-list@python.org> <c387ad97-eeea-41d8-ad3a-1e36b19ed95a@googlegroups.com> |
| Date | Tue, 21 Aug 2012 19:00:29 +1000 |
| Subject | Re: Does Polymorphism mean python can create object? |
| From | Chris Angelico <rosuav@gmail.com> |
| To | python-list@python.org |
| Content-Type | text/plain; charset=ISO-8859-1 |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.12 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.3595.1345539631.4697.python-list@python.org> (permalink) |
| Lines | 10 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1345539631 news.xs4all.nl 6983 [2001:888:2000:d::a6]:47272 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:27559 |
Show key headers only | View raw
On Tue, Aug 21, 2012 at 10:20 AM, alex23 <wuwei23@gmail.com> wrote: > On Tue, Aug 21, 2012 at 12:01 AM, Levi Nie wrote: >> Does Polymorphism mean python can create object? > > No. This isn't D&D. Polymorphism has a distinct meaning in computer science, one which you would've found in less time searching Wikipedia than asking this question here. That said, though, I wouldn't be against someone casting Baleful Polymorph on the odd troll... ChrisA
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Re: Does Polymorphism mean python can create object? Chris Angelico <rosuav@gmail.com> - 2012-08-21 00:24 +1000
Re: Does Polymorphism mean python can create object? alex23 <wuwei23@gmail.com> - 2012-08-20 17:20 -0700
Re: Does Polymorphism mean python can create object? Chris Angelico <rosuav@gmail.com> - 2012-08-21 19:00 +1000
Re: Does Polymorphism mean python can create object? Roy Smith <roy@panix.com> - 2012-08-21 07:51 -0400
Re: Does Polymorphism mean python can create object? alex23 <wuwei23@gmail.com> - 2012-08-20 17:20 -0700
csiph-web