Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.mixmin.net!feed.xsnews.nl!border-2.ams.xsnews.nl!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: 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; 'url:faqs': 0.09; 'subject:python': 0.11; 'aug': 0.13; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'means.': 0.16; 'subject:object': 0.16; 'url:catb': 0.16; 'url:~esr': 0.16; 'wrote:': 0.17; 'please?': 0.22; 'header:In-Reply-To:1': 0.25; 'am,': 0.27; 'question': 0.27; 'message-id:@mail.gmail.com': 0.27; 'chris': 0.28; 'received:209.85.213.174': 0.29; 'received:mail- yx0-f174.google.com': 0.29; "i'm": 0.29; 'could': 0.32; 'to:addr :python-list': 0.33; 'received:google.com': 0.34; 'subject:?': 0.35; 'received:209.85': 0.35; 'url:org': 0.36; 'useful': 0.36; 'does': 0.37; 'received:209': 0.37; 'subject:: ': 0.38; 'mean': 0.38; 'sure': 0.38; 'to:addr:python.org': 0.39; 'header:Received:5': 0.40; 'your': 0.60; 'you:': 0.75 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=AVTStBagn4BTTIFnycidskCwjO3YkBWGBtbPQqPARuQ=; b=cYLYxDsA/t96O45LYGYZ4EiC1OJrFoEGglMNiHDJLa24+qtFwAOz+t4UwU4P5vGlE2 E8N5HHxMKTtmKl3rQSnUGh5G5W5vZONwUq0kZotRscHYFYDgtkilGnw1QWkJ7vlfjokx JSuTQJEsIQaLPf4A5O3L+VzLMAHskm2Th6m6xbF9gffFS7qb5guhirbWYOGO2VYJcuTq hpOuV+M6s+zsUPOBFGRyJE+Y6gZtixd7xQEXqXID5gdEBGIn8b0i3FffCUupLJg4cLAn kAfeLqVKdvHUaoEIND+pGOA+tkvwIBU5+VjM5jT7F9npjo54Ah71W4VlK7Npk9XURwyT qHtg== MIME-Version: 1.0 In-Reply-To: References: Date: Tue, 21 Aug 2012 00:24:56 +1000 Subject: Re: Does Polymorphism mean python can create object? From: Chris Angelico 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 9 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1345472705 news.xs4all.nl 6919 [2001:888:2000:d::a6]:42289 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:27496 On Tue, Aug 21, 2012 at 12:01 AM, Levi Nie wrote: > Does Polymorphism mean python can create object? I'm not sure what your question means. Could you rephrase, please? Also, this document may be useful to you: http://www.catb.org/~esr/faqs/smart-questions.html Chris Angelico