tag.cpp 156 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 /*! A class that is inherited from the external class Test. */ class Tag : public Test { public: /*! an overloaded member. */ void example(); };