|
-
March 28th, 2008, 01:40 AM
#1
derived class
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
-
March 28th, 2008, 02:05 AM
#2
Re: derived class
This has been answered elsewhere.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|