Glossary: Object
Objects are miniature programs, consisting of both code
(member functions)
and data
(data members).
Every object
belongs a
class
which is like a object factory; each time a new object is
needed, it is
built
(or instantiated),
using information supplied by the class.
See OO Concepts: Objects & Classes
Go Back to the
The Glossary Top Page
If you have any comments about this page please send them to
Nick West