|
Home
>
3. concept
>
3.3 types and classes
>
3.3.2 classes and slots
>
3.3.2.1 Exploring the difference between the Dylan model and other OO models.
>
3.3.2.1.3 classes are not namespaces;
|
Previous
Next
|
|
|
|
|
|
Rob
MacLachlan
|
In Dylan classes are not namespaces; access is controlled by the
module system.
Programmers used to C++, Smalltalk, etc., may take a while to
realize how useful a separate namespace control mechanism can
be.
|
|
|
|
|
|