3 3 建構函式的呼叫 高階

2021-08-13 15:08:28 字數 945 閱讀 4909

time limit: 1000ms

memory limit: 65536kb

submit

statistic

problem description

通過本題目的練習可以掌握建立普通物件、建立物件陣列和動態建立和析構物件時呼叫建構函式和析構函式的時機;

要求建立乙個類a

;類中僅包含建構函式和析構函式,按照程式的輸出寫出類的定義和主函式main

中的**。

input無

output

輸出共有

11行資料,分別如示例輸出所示

example input

example output

----begin main---

constructing an object of a

constructing an object of a

destructing an object of a

*******

constructing an object of a

constructing an object of a

----end main---

destructing an object of a

destructing an object of a

destructing an object of a

hint

#includeusing namespace std;

class a

~point()

};int main()

cout<<"*******"

point p4;

cout<<"----end main---"

}

3 3 建構函式的呼叫 高階

time limit 1000ms memory limit 65536kb submit statistic problem description 通過本題目的練習可以掌握建立普通物件 建立物件陣列和動態建立和析構物件時呼叫建構函式和析構函式的時機 要求建立乙個類a 類中僅包含建構函式和析構函式...

3 3 建構函式的呼叫 高階

time limit 1000ms memory limit 65536kb submit statistic problem description 通過本題目的練習可以掌握建立普通物件 建立物件陣列和動態建立和析構物件時呼叫建構函式和析構函式的時機 要求建立乙個類a 類中僅包含建構函式和析構函式...

3 3 建構函式的呼叫 高階

time limit 1000ms memory limit 65536kb submit statistic 通過本題目的練習可以掌握建立普通物件 建立物件陣列和動態建立和析構物件時呼叫建構函式和析構函式的時機 要求建立乙個類a 類中僅包含建構函式和析構函式,按照程式的輸出寫出類的定義和主函式ma...