home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Microsoftware Monthly 19…2 Programming Power Tools
/
MASO9512.ISO
/
cpptutor
/
cpptutor.arj
/
CH14
/
A141235.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
|
288 b
|
6 lines
If the virtual function mechanism were in effect, these two calls
would invoke the derived1 definition of f(). Because the
signatures of f() in base1 and derived1 do not match, the virtual
function mechanism is not in effect, and these two calls invoke
the base1 definition of f().