home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Microsoftware Monthly 19…2 Programming Power Tools
/
MASO9512.ISO
/
cpptutor
/
cpptutor.arj
/
CH14
/
A141232.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-09-28
|
246 b
|
5 lines
In derived1, f() is defined to take one argument of type float and
to return void. This definition of f() in derived1 hides the
definition of f() in base1(). This means that the base1
definition of f() is not available in derived1 objects.