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


Groups > comp.lang.python > #5808 > unrolled thread

Re: Inheriting Object

Started byWilliam.Bai <William.Bai@tekelec.com>
First post2011-05-20 11:01 +0800
Last post2011-05-20 11:01 +0800
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Inheriting Object William.Bai <William.Bai@tekelec.com> - 2011-05-20 11:01 +0800

#5808 — Re: Inheriting Object

FromWilliam.Bai <William.Bai@tekelec.com>
Date2011-05-20 11:01 +0800
SubjectRe: Inheriting Object
Message-ID<mailman.1816.1305861193.9059.python-list@python.org>
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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web