原创 C#中的簡單工廠設計模式示例

這個是用面向對象的方法來實現加,減,乘,除的計算,使用了“簡單工廠的設計模式”。using System;using System.Collections.Generic;using System.Linq;using System.Tex