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

  1. Notice that "AStack<T>" is publicly derived from the abstract base
  2. class "Stack<T>".  As a result, "AStack<T>" has an "is-a"
  3. relationship with "Stack".  Anywhere that you can use a "Stack<T>"
  4. in your program you can also use an "AStack<T>".
  5.