refine content of abstract

This commit is contained in:
Aurelius84
2020-06-12 20:30:35 +08:00
parent 9e1c3a9abd
commit 5894e8cde0
6 changed files with 116 additions and 35 deletions

View File

@@ -21,7 +21,7 @@ class Derived: public Base
{
int y;
public:
void fun() { cout << "fun() called"; } ///< 实现了fun()函数
void fun() { cout << "fun() called"; } // 实现了fun()函数
};
int main(void)