摘要: 转载详情,请参考: https://blog.csdn.net/qq_15079039/article/details/80917734 这里对其中一篇进行展示: C语言和设计模式(继承、封装、多态) #include<stdio.h> //多态 typedef struct Human { int 阅读全文
posted @ 2019-05-20 10:45 NULL_ROOT 阅读(282) 评论(0) 推荐(0) 编辑