C/C++
duntem.lst
Associated article: Admitting Objects to Pascal
Tags: C/C++
_STRUCTURED PROGRAMMING COLUMN_
by Jeff Duntemann
[LISTING ONE]
{--------------------------------------------------------------}
{ PrinByte }
{ }
{ Byte-value print object for object extendability demo }
{ }
{ by Jeff Duntemann }
{ Turbo Pascal V5.5 }
{ Last modified 5/11/89 }
{--------------------------------------------------------------}
UNIT PrinByte;
INTERFACE
USES Printer;
{--------------------------------------------------------------}
{ The PrintByte object "knows" how to ...


