access base class varibale in derived class

I have base class member variable which has private access.

But I need to access the variable in derived class without changing the access type of the base class variable.

So please kindly suggest me the any good idea?

Thanks
Gobi
You could use a protected access function.
You have a design failure.

Why must you do this?
Topic archived. No new replies allowed.