What's the closest thing in C++ to retroactively defining a superclass of a defined class? – stackoverflow.com

Suppose I have the class class A { protected: int x,y; double z,w; public: void foo(); void bar(); void baz(); }; defined and used in my code and the code of others. Now, I want ...

from Hot Questions - Stack Exchange OnStackOverflow
via Blogspot

Share this

0 Comment to "What's the closest thing in C++ to retroactively defining a superclass of a defined class? – stackoverflow.com"