mirror of
https://github.com/huihut/interview.git
synced 2024-03-22 13:10:48 +08:00
Update README.md
删除奇怪的符号
This commit is contained in:
parent
8164ab7349
commit
afdbe1dab8
|
@ -803,7 +803,7 @@ public:
|
||||||
|
|
||||||
**注意:**
|
**注意:**
|
||||||
|
|
||||||
* 可以将派生类的对象赋值给基类的指针或引用,反之不可
|
* 可以将派生类的对象赋值给基类的指针或引用,反之不可
|
||||||
* 普通函数(非类成员函数)不能是虚函数
|
* 普通函数(非类成员函数)不能是虚函数
|
||||||
* 静态函数(static)不能是虚函数
|
* 静态函数(static)不能是虚函数
|
||||||
* 构造函数不能是虚函数(因为在调用构造函数时,虚表指针并没有在对象的内存空间中,必须要构造函数调用完成后才会形成虚表指针)
|
* 构造函数不能是虚函数(因为在调用构造函数时,虚表指针并没有在对象的内存空间中,必须要构造函数调用完成后才会形成虚表指针)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user