home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula 1995 August
/
NEBULA.mdf
/
SourceCode
/
AlexNeXTSTEPSource
/
Source
/
Chapter3_OOD
/
ShapeArea
/
AbstractShape.m
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-08-04
|
84 b
|
9 lines
#import "AbstractShape.h"
@implementation AbstractShape
-(float)calcArea
{
}
@end