Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
amehime committed Sep 8, 2020
1 parent 22b8276 commit efb7ea6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
"hexo-generator-category": "^1.0.0",
"hexo-generator-tag": "^1.0.0",
"hexo-renderer-ejs": "^1.0.0",
"hexo-renderer-multi-markdown-it": "^0.1.0",
"hexo-renderer-multi-markdown-it": "^0.1.1",
"hexo-renderer-stylus": "^2.0.0",
"hexo-server": "^2.0.0",
"hexo-symbols-count-time": "^0.7.1",
"hexo-util": "^2.4.0"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -628,9 +628,9 @@ drwxr--r-x 45 chris chris 92 Feb 14 11:10 ..
- `circle1=shape1;`
{.options}
> - :heavy_check_mark: 令基类对象的指针指向派生类对象
> - x 派生类指针指向基类的引用
> - :x: 派生类指针指向基类的引用
> - :heavy_check_mark: 派生类对象给基类对象赋值
> - x 基类对象给派生类对象赋值
> - :x: 基类对象给派生类对象赋值
> {.options}

3. 下列叙述正确的是 []{.gap} 。 {.quiz}
Expand Down Expand Up @@ -664,9 +664,9 @@ drwxr--r-x 45 chris chris 92 Feb 14 11:10 ..
- `circle1=shape1;`
{.options}
> - :heavy_check_mark: 令基类对象的指针指向派生类对象
> - x 派生类指针指向基类的引用
> - :x: 派生类指针指向基类的引用
> - :heavy_check_mark: 派生类对象给基类对象赋值
> - x 基类对象给派生类对象赋值
> - :x: 基类对象给派生类对象赋值
> {.options}

3. 编译时多态主要指运算符重载与函数重载,而运行时多态主要指虚函数。 {.quiz .true}
Expand Down

0 comments on commit efb7ea6

Please sign in to comment.