Next: Inheritance

Database References

Database references are numbers which refer to objects. When an object is created, it is assigned a unique database reference. Database references cannot be changed after an object is created.

In C--, you indicate a database reference by preceding a number with a hash mark (#). For instance, #126 refers to the object with the dbref 126.

In general, programmers should not have to be concerned with database references. See Names for information on naming objects.