C++多态实现电脑组装
摘要:#include<iostream>using namespace std; class CPU {public: virtual void nCPU() = 0;};class VideoCard {public: virtual void nVideoCard() = 0;};class Mem
阅读全文
posted @ 2021-01-31 10:39
posted @ 2021-01-31 10:39
posted @ 2021-01-31 10:23
posted @ 2021-01-10 22:50