OOP Lec13: Smart Pointer 2024-8-24 16:18 | 89 | 0 | 课程笔记 1184 字 | 12 分钟 Smart Pointer 内存回收 C++ 的垃圾回收:仍然可以作为学术论文的… C++InheritanceOOP引用计数智能指针继承运算符重载面向对象
OOP Lec8: Polymorphism 2024-8-16 17:25 | 119 | 0 | 课程笔记 1695 字 | 11 分钟 Polymorphism You are a shape. You know h… C++InheritanceOOPPolymorphismvirtual多态抽象类绑定继承虚函数面向对象
OOP Lec7: Inheritance 2024-8-16 17:20 | 98 | 0 | 课程笔记 1019 字 | 6 分钟 Inheritance Inheritance is to take the e… C++ClassInheritanceOOP继承面向对象