home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Microsoftware Monthly 19…2 Programming Power Tools
/
MASO9512.ISO
/
cpptutor
/
cpptutor.arj
/
CH05
/
A05162.TXT
< 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-11-06
|
273 b
|
6 lines
Programs that use classes are called client code. Because of
encapsulation, clients can access a class only through the
established interface. Each class has a contract with the
client; it must perform correctly in response to all valid
messages sent by the client.