home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula 1995 August
/
NEBULA.mdf
/
SourceCode
/
AlexNeXTSTEPSource
/
Source
/
Chapter3_OOD
/
ShapeArea
/
Rectangle.h
< 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
|
1993-02-18
|
165 b
|
15 lines
#import "AbstractShape.h"
@interface Rectangle:AbstractShape
{
float height;
float width;
}
-initHeight:(float)h width:(float)w;
-(float)calcArea;
-free;
@end