P
puzzlecracker
on page 312 of 3ed SE edition last paragraph:
=======
.......
Calling a function using scope resolution operator:: as is done in
Manager:
rint()ensures that the virtual mechanism is not used.
Otherwise, Manager:
rint() would suffer an infinite recursion.\
....
...
==================
My question is WHY would you have an infinite recursion if,
hypothtically speaking, virtual mechanism were to be used?
=======
.......
Calling a function using scope resolution operator:: as is done in
Manager:
Otherwise, Manager:
....
...
==================
My question is WHY would you have an infinite recursion if,
hypothtically speaking, virtual mechanism were to be used?