Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #5807

Re: Inheriting Object

Date 2011-05-20 11:00 +0800
From William <wbai@camiant.com>
Subject Re: Inheriting Object
References <BANLkTin00aw0e0yxjPgYyb-QvtsNbLt9wg@mail.gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.1815.1305861157.9059.python-list@python.org> (permalink)

Show all headers | View raw


Hi Nav:

         Here is the long why.
http://www.python.org/download/releases/2.2.3/descrintro/
         I guess for most programs, there is no big difference. But in
term of some new added features in python, you might not be able to
work. Say, you could not use super in type, also you can't multiply
inherit from different built-in types, what's more you could not use
some builtin feature such as property.

BRs
William

On 01/-9/-28163 03:59 AM, Navkirat Singh wrote:
> Hi Guys,
>
> I have been wondering for a while now as to why some classes inherit
> Object? And what does it really do for the class? Can anyone shed some
> light on this?
>
> Regards,
> Nav

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: Inheriting Object William <wbai@camiant.com> - 2011-05-20 11:00 +0800

csiph-web