OOP Lec13: Smart Pointer 2024-8-24 16:18 | 101 | 0 | 课程笔记 1184 字 | 12 分钟 Smart Pointer 内存回收 C++ 的垃圾回收:仍然可以作为学术论文的… C++InheritanceOOP引用计数智能指针继承运算符重载面向对象
OOP Lec11: Template 2024-8-23 23:58 | 162 | 0 | 课程笔记 906 字 | 6 分钟 Template 一个模板完全都是声明,应该只有 .h,而不含有 .cpp 当我… C++ClassOOP头文件模板继承面向对象
OOP Lec8: Polymorphism 2024-8-16 17:25 | 134 | 0 | 课程笔记 1695 字 | 11 分钟 Polymorphism You are a shape. You know h… C++InheritanceOOPPolymorphismvirtual多态抽象类绑定继承虚函数面向对象
OOP Lec7: Inheritance 2024-8-16 17:20 | 113 | 0 | 课程笔记 1019 字 | 6 分钟 Inheritance Inheritance is to take the e… C++ClassInheritanceOOP继承面向对象