I\'m getting a compile error when I try to compile my code. The error is this:
multi.cc: In function ‘int main()’: multi.cc:35: error: cannot declare variabl
Add an override in MostDerivedClass, and from it call InterimClass::common_func().