home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH13 / A13144.TXT < prev    next >
Encoding:
Text File  |  1993-09-21  |  204 b   |  5 lines

  1. The public interface of a class is the set of members that are
  2. accessible outside of the class.  In the case of the abstract base
  3. class Stack, all of its member functions are in the public
  4. interface.
  5.