第六章:多態性與虛函數

一:實驗目的和要求 瞭解靜態聯編的動態聯編的概念。掌握動態聯編的條件。 實驗內容 1.分析並調試下列程序。 [html]  view plain  copy #include<iostream>    using namespace std;    class Base    {        public:            virtual void f(float x){cout<<"Ba
相關文章
相關標籤/搜索