friendship from derived class method to base class membersHi myesolar, I've got a good solution. The purpose is that assuming that I have two classes both de...
friendship from derived class method to base class membersI would like to know if there's a way to make a method from a derived class a friend of its base cla...
Non overloadable functionThanks! Here is a quick test I've made too. [code]class a { private: void x(); public: voi...
Non overloadable functionI think I've made a mistake. My concern is more a matter of overriding not overloading. I don't wan...
Non overloadable functionYou're right. But the purpose here is that the private base class function is a kind of background f...
This user does not accept Private Messages