RE: Python - Getting Imports Working

  • From: "Sina Bahram" <sbahram@xxxxxxxxx>
  • To: <programmingblind@xxxxxxxxxxxxx>
  • Date: Fri, 28 Dec 2007 07:34:17 -0500

A class can be instantiated, but an object is an istanciation ... to get
technical about it. An object can not be istanciated. More simply put, an
instance can not be made of an object, since it is an instance of a class.

Take care,
Sina 

-----Original Message-----
From: programmingblind-bounce@xxxxxxxxxxxxx
[mailto:programmingblind-bounce@xxxxxxxxxxxxx] On Behalf Of Jamal Mazrui
Sent: Friday, December 28, 2007 7:31 AM
To: programmingblind@xxxxxxxxxxxxx
Subject: Re: Python - Getting Imports Working

Regarding the wording issue, an object is an instance of a class.  I think
it is acceptable to say either instantiate a class or instantiate an object,
since the former is referring to what is being instantiated and the latter
is referring to what has become instantiated.  The latter is more common
because one can then naturally refer to "the object" in subsequent sentences
(the object rather than class is then the primary concern).

Jamal

__________
View the list's information and change your settings at
//www.freelists.org/list/programmingblind

__________
View the list's information and change your settings at 
//www.freelists.org/list/programmingblind

Other related posts: