Design
dunteman.lst
Associated article: Structured Programming
Tags: Design
_STRUCTURED PROGRAMMING COLUMN_
by Jeff Duntemann
[LISTING ONE]
UNIT ArrObj;
{ A simple string array object }
{ with display and menu methods }
{ to demonstrate one need for }
{ multiple inheritance. Needs }
{ Turbo Pascal 5.5. }
{ By Jeff Duntemann }
{ Presented in DDJ for July 1990 }
INTERFACE
USES ...


