摘要: 虚函数表 #include<stdlib.h> #include<stdio.h> struct Base1 { private: int x; int y; public: void Fun() { } }; struct Base2 { private: int x; int y; public 阅读全文
posted @ 2021-03-24 20:04 Yanmo 阅读(271) 评论(0) 推荐(0)