You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
python/TangDou/LanQiaoBei/LanQiao12GuoSai/C++中的类与接口的相关资料.txt

9 lines
376 B

继承了一个类同时实现了其他接口案例
https://jingyan.baidu.com/article/fcb5aff77230e4edaa4a7180.html
接口可以继承接口吗?
答案是可以的!接口继承是为了在不修改接口的情况下,扩展接口的功能
https://www.cnblogs.com/wwb0811/p/9734309.html
c++中抽象类和接口
https://blog.csdn.net/qq_29344757/article/details/77346934