Processing math: 100%
Previous Up
-
one
-
Nil. [[Features|2]]
In this example, Nil is assumed to be a subtype of List.
-
inheritance. [[Inheritance|3]]
Some object-oriented languages allow a class to inherit from multiple classes, which is equally aptly called "multiple inheritance."
-
object. ^4^
A shallow copy of a copies a itself, but does not recursively copy objects that a points to.
-
void. ^5^
Previous Up