ASP.NET四则运算--工厂模式

ASP.NET四则运算--工厂模式 这次是在ASP.NET上实现四则运算,之前用策略模式实现了,所以这次想着用工厂模式实现一下。     Calculator.cs 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Web; 5 6 /// <summary>
相关文章
相关标签/搜索