reference polymorphismThanks for the reply, so it copies from the Derived object only the part that "is related" to Base o...
reference polymorphism[code] #include<iostream> using namespace std; class Base{ public: int i=0; Base(int i) {this-...
This user does not accept Private Messages