Skip to content

Latest commit

 

History

History
6 lines (3 loc) · 189 Bytes

常用知识点.md

File metadata and controls

6 lines (3 loc) · 189 Bytes

常用知识点整理

虚函数

  • 常见的不能声明为虚函数的有:普通函数(非成员函数),静态成员函数,内联成员函数,构造函数,友元函数。