Question in C++ - TechRepublic
General discussion
October 17, 2000 at 10:25 PM
rsati

Question in C++

by rsati . Updated 25 years, 5 months ago

I have one class a and I am deriving class b from a and i have one pointer to b .
I have one function which i will be calling and in turn it will change the address of base class in the same time it should not change class b.

Can anyone give a solution to this.

This discussion is locked

All Comments