聲明接口IPoint描述一個點的 座標並實現該接口

using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ConsoleApp12 {     interface IPoint     {         int x { get; set; }//定義成
相關文章
相關標籤/搜索