mirror of
https://github.com/Light-City/CPlusPlusThings.git
synced 2026-04-05 11:41:28 +08:00
refine content of abstract
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user