码迷,mamicode.com
首页 > 其他好文 > 详细

加的类

时间:2017-04-11 00:57:07      阅读:116      评论:0      收藏:0      [点我收藏+]

标签:number   opened   name   color   lap   pen   hid   isp   pac   

技术分享
 1 using System;
 2 using System.Collections.Generic;
 3 using System.Linq;
 4 using System.Text;
 5 using System.Threading.Tasks;
 6 
 7 namespace jj4
 8 {
 9    public class OpertionAdd:Operation
10     {
11        public override double GetResult() 
12        {
13            double result = NumberA + NumberB;
14            return result;
15        }
16     }
17 }
View Code

 

加的类

标签:number   opened   name   color   lap   pen   hid   isp   pac   

原文地址:http://www.cnblogs.com/nancheng/p/6691596.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!