C#面向对象程序设计操作题

C#面向对象程序设计操作题

ID:37916650

大小:161.00 KB

页数:10页

时间:2019-06-02

C#面向对象程序设计操作题_第1页
C#面向对象程序设计操作题_第2页
C#面向对象程序设计操作题_第3页
C#面向对象程序设计操作题_第4页
C#面向对象程序设计操作题_第5页
资源描述:

《C#面向对象程序设计操作题》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库

1、book类usingSystem;usingSystem.Collections.Generic;usingSystem.Text;usingSystem.Windows.Forms;namespaceBookSales{abstractpublicclassbook:IPrintable{publicbook(){}publicbook(stringbookno,stringbookname,stringbublisher,stringpageCount){this.bookno=bookno;this.bookname=bookname;this.bublisher=bublisher;

2、this.pageCount=pageCount;}publicstringbookno;privatestringBookno{get{returnbookno;}set{bookno=value;}}publicstringbookname;privatestringBookname{get{returnbookname;}set{bookname=value;}}publicstringbublisher;privatestringBublisher{get{returnbublisher;}set{bublisher=value;}}publicstringpageCount;pri

3、vatestringPageCount{get{returnpageCount;}set{pageCount=value;}}publicvirtualvoidCalcPrice(stringa){floatprice;price=float.Parse(a)*20;MessageBox.Show(price.ToString());}publicvoidPrintReport(stringk){stringa="-----------------图书信息--------------"+"rr";stringb="图书编号:"+this.bookno+"rr";str

4、ingd="图书名称:"+this.bookname+"rr";stringe="出版社:"+this.bublisher+"rr";stringf="页数:"+this.pageCount+"rr";stringc="购买人:"+k+"rr";MessageBox.Show(a+b+c+d+e+f);}}}Soundbook类usingSystem;usingSystem.Collections.Generic;usingSystem.Text;usingSystem.Windows.Forms;namespaceBookSales{clas

5、ssoundbook:book,IPrintable{publicsoundbook(){}publicsoundbook(stringbookno,stringbookname,stringbublisher,stringpageCount,stringsoundtype){this.bookno=bookno;this.bookname=bookname;this.bublisher=bublisher;this.pageCount=pageCount;this.soundtype=soundtype;}publicstringsoundtype;privatestringSoundty

6、pe{get{returnsoundtype;}set{soundtype=value;}}publicvoidPrintReport(stringk){stringa="-----------------图书信息--------------"+"rr";stringb="图书编号:"+this.bookno+"rr";stringd="图书名称:"+this.bookname+"rr";stringe="出版社:"+this.bublisher+"rr";stringf="页数:"+this.pageCount+"rr";stri

7、ngc="购买人:"+k+"rr";MessageBox.Show(a+b+c+d+e+f);}}}Picturebook类usingSystem;usingSystem.Collections.Generic;usingSystem.Text;usingSystem.Windows.Forms;namespaceBookSales{classpicturebook:book,IPrintable

当前文档最多预览五页,下载文档查看全文

此文档下载收益归作者所有

当前文档最多预览五页,下载文档查看全文
温馨提示:
1. 部分包含数学公式或PPT动画的文件,查看预览时可能会显示错乱或异常,文件下载后无此问题,请放心下载。
2. 本文档由用户上传,版权归属用户,天天文库负责整理代发布。如果您对本文档版权有争议请及时联系客服。
3. 下载前请仔细阅读文档内容,确认文档内容符合您的需求后进行下载,若出现内容与标题不符可向本站投诉处理。
4. 下载文档时可能由于网络波动等原因无法下载或下载错误,付费完成后未能成功下载的用户请联系客服处理。