home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH01 / A01133.TXT < prev    next >
Encoding:
Text File  |  1993-11-15  |  365 b   |  7 lines

  1. In object-oriented languages, programmers can declare objects.
  2. These objects play the same role as variables in traditional
  3. programming languages.  In traditional languages, the data type of
  4. a variable can be an integer, floating point, or any other type
  5. built into the language.  In C++, the type of an object can be a
  6. built-in type or a user-defined class.
  7.