SyntaxFix
Write A Post
Hire A Developer
Questions
The C++ syntax is like this:
class Bar : public Foo { // ... void printStuff() { Foo::printStuff(); // calls base class' function } };