学习笔记:C语言实现面向对象的封装、继承、多态
学习内容C语言实现面向对象的封装、继承、多态。实践实验代码实现://未新建.h文件,仅使用了.c#include "stdint.h"#include "stdio.h"#include "string.h"#include "stdlib.h#define uint8_t unsigned int#define uint16_t unsigned long//测试相关结构体封装struct Msg;typedef struc