Skip to content

Commit

Permalink
名词风格: 模板类 to 类模板
Browse files Browse the repository at this point in the history
统一名词风格: 模板类 to 类模板
  • Loading branch information
Sunrisepeak authored Jun 13, 2023
1 parent e10ff5f commit 65f8318
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -939,9 +939,9 @@ virtual int A() = 0;
* 虚函数不占用存储空间
* 虚函数表存储的是虚函数地址

### 模板类、成员模板、虚函数
### 类模板、成员模板、虚函数

* 模板类中可以使用虚函数
* 类模板中可以使用虚函数
* 一个类(无论是普通类还是类模板)的成员模板(本身是模板的成员函数)不能是虚函数

### 抽象类、接口类、聚合类
Expand Down

0 comments on commit 65f8318

Please sign in to comment.