Click to See Complete Forum and Search --> : derived class


George2
March 28th, 2008, 01:40 AM
Hello everyone,


What does the following statement about derived class mean?

http://www.gotw.ca/gotw/059.htm

--------------------
Unreasonable Statement #1: "Polymorphism doesn't work in C++ because you can't make an arbitrary class usable in place of a Base& without changing it (to derive from Base)."
--------------------


thanks in advance,
George

laserlight
March 28th, 2008, 02:05 AM
This has been answered elsewhere (http://cboard.cprogramming.com/showthread.php?t=100997).