- 2
- 0
- 约1.14万字
- 约 40页
- 2017-08-19 发布于广东
- 举报
* * * * * * * * * * * * * * * * * 抽象类应用 publicabstract class AbstractGuessGame { … public void start() { showMessage(欢迎); int guess = 0; do { guess =getUserInput(); if(guess number) { showMessage(输入的数字较大); } else if(guess number) { showMessage(输入的数字较小); } else { showMessage(猜中了); } } while(guess != number); } protectedabstractvoid showMessage(String message); protectedabstract int getUserInput(); } 抽象类应用 public class TextModeGameexten
您可能关注的文档
- IT职业英语电子教案高巍巍 Unit10 Computer Security 10 2 listening.ppt
- IT职业英语电子教案高巍巍 Unit10 Computer Security 10 3 speaking.ppt
- IT职业英语电子教案高巍巍 Unit10 Computer Security 10 4 writting.ppt
- IT职业英语电子教案高巍巍 Unit11 The Development Environment 11 1 reading.ppt
- IT职业英语电子教案高巍巍 Unit11 The Development Environment 11 2 listening.ppt
- IT职业英语电子教案高巍巍 Unit11 The Development Environment 11 3 speaking.ppt
- IT职业英语电子教案高巍巍 Unit11 The Development Environment 11 4 writting.ppt
- IT职业英语电子教案高巍巍 Unit12 New Technology 12 1 reading.ppt
- IT职业英语电子教案高巍巍 Unit12 New Technology 12 2 listening.ppt
- IT职业英语电子教案高巍巍 Unit12 New Technology 12 3 speaking.ppt
最近下载
- 江苏省小学科学实验知识竞赛题库附答案.doc VIP
- 广东省汕尾市2022-2023学年八年级下学期期末考试数学试卷(含解析).doc VIP
- 建筑施工组织设计规范GB_T50502(最新版).docx VIP
- 职业健康体检表.pdf VIP
- 2022课堂纪律保证书6篇.pdf VIP
- 中国共产党党员的义务和权利PPT课件.pptx VIP
- ENGINETU5JP4大修手册.doc VIP
- 22J403-1 楼梯 栏杆 栏板(一).docx VIP
- 专题党课:深学笃行正确学习教育+实干担当育新人.docx VIP
- 2026上海中考英语复习必背知识:阅读完形障碍词汇+首字母填空高频词汇.pdf VIP
原创力文档

文档评论(0)