home *** CD-ROM | disk | FTP | other *** search
- In object-oriented languages, programmers can declare objects.
- These objects play the same role as variables in traditional
- programming languages. In traditional languages, the data type of
- a variable can be an integer, floating point, or any other type
- built into the language. In C++, the type of an object can be a
- built-in type or a user-defined class.
-