原帖由 我是大猪头 于 2009-7-6 04:57 PM 发表
计算的部分
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace ConsoleApplication1
{
public class Operation
{
...
原帖由 我是大猪头 于 2009-7-6 06:44 PM 发表
改成public也是不可以
而且我的private number_A和number_B都是调给在同个class里面的NumberA和NumberB所以应该是没问题的吧
原帖由 conan0524 于 2009-7-19 08:08 PM 发表
class OperationAdd : Operation
{
public override double GetResult()
{
double result = 0;
result = NumberA + NumberB;
...
欢迎光临 JBTALKS.CC (https://jbtalks.my/) | Powered by Discuz! X2.5 |