#pragma once #include <iostream> class Main { public: virtual void print()=0; int m_A; int m_B; };. 裡面有一個函式,兩個變數,virtual ...
確定! 回上一頁