1. 首页
  2. 编程语言
  3. C#
  4. 接口和抽象方法一起继承.pdf

接口和抽象方法一起继承.pdf

上传者: 2021-04-25 12:20:38上传 PDF文件 142.45KB 热度 7次
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ConsoleApplication7 { public interface IMove { void Move(); void Eat(); } } using System; using System.Collections.Generic; using System.Linq;
下载地址
用户评论