swarm-support
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Create Phase


From: CUVELIER Bruno - 00
Subject: Create Phase
Date: Wed, 27 Nov 1996 19:16:47 +0100

Hi all,

I don't understand the necessity to have an explicit
part of initialisation for an object.

What is the difference between the implicit:
 aThing = [Thing new: (int) aColor];

and the explicit:
 aThing = [Thing createBegin: aZone];
 [aThing setColor: (int)aColor];
 aThing = [createEnd];

------------------------------------------
Bruno CUVELIER
email: address@hidden
       address@hidden
http://www.univ-littoral.fr/~cuvelier

Universite du Littoral
Laboratore d'Informatique du Littoral (LIL)
BP 719
62228 Calais Cedex
France
------------------------------------------


reply via email to

[Prev in Thread] Current Thread [Next in Thread]