home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.mdf / SourceCode / AlexNeXTSTEPSource / Source / Chapter3_OOD / ShapeArea / AbstractShape.m < prev    next >
Encoding:
Text File  |  1992-08-04  |  84 b   |  9 lines

  1. #import "AbstractShape.h"
  2.  
  3. @implementation AbstractShape
  4.  
  5. -(float)calcArea
  6. {
  7. }
  8.  
  9. @end