freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

[it認(rèn)證]08下半年下午真題-資料下載頁(yè)

2025-01-14 22:45本頁(yè)面
  

【正文】 public: void save(){ /*存儲(chǔ)文檔數(shù)據(jù),此處代碼省略*/ }。 void open(string docName){ /* 打開文檔,此處代碼省略 */ } void close(){ /* 關(guān)閉文檔,此處代碼省略*/ } virtual void read(string docName) = 0。 }class Appplication{ private: vector (1) docs。 /*文檔對(duì)象集合*/ public: bool canOpenDocument(string docName){ /*判斷是否可以打開指定文檔,返回真值時(shí)表示可以打開,返回假值表示不可打開,此處代碼省略*/ } void addDocument(Document * aDocument){ /*將文檔對(duì)象添加到文檔對(duì)象集合中*/ ( (2) )。 } virtual Document * doCreateDocument() = 0。 /*創(chuàng)建一個(gè)文檔對(duì)象*/ void openDocument(string docName){ /*打開文檔*/ if ( (3) ){ cout 文檔無(wú)法打開! endl。 return。 } (4) adoc = (5) 。 (6) 。 (7) 。 (8) 。 } }。 試題七(共 15 分)閱讀下列說(shuō)明和 Java 代碼,將應(yīng)填入 (n) 處的字句寫在答題紙的對(duì)應(yīng)欄內(nèi)。 說(shuō)明及提示均與上題相同。【Java 代碼】 abstract class Document{ public void save(){ /*存儲(chǔ)文檔數(shù)據(jù),此處代碼省略*/ } public void open(String docName){ /* 打開文檔,此處代碼省略 */ } public void close(){ /* 關(guān)閉文檔,此處代碼省略*/ } public abstract void read(String docName)。 }。 abstract class Appplication{ private Vector (1) docs。 /*文檔對(duì)象集合*/ public boolean canOpenDocument(String docName){ /*判斷是否可以打開指定文檔,返回真值時(shí)表示可以打開,返回假值表示不可打開,此處代碼省略*/ } public void addDocument(Document aDocument){ /*將文檔對(duì)象添加到文檔對(duì)象集合中*/ ( (2) )。 } public abstract Document doCreateDocument()。 /*創(chuàng)建一個(gè)文檔對(duì)象*/ public void openDocument(String docName){ /*打開文檔*/ if ( (3) ){ ( 文檔無(wú)法打開! )。 return。 } (4) adoc = (5) 。 (6) 。 (7) 。 (8) 。 } }。
點(diǎn)擊復(fù)制文檔內(nèi)容
試題試卷相關(guān)推薦
文庫(kù)吧 www.dybbs8.com
備案圖鄂ICP備17016276號(hào)-1