摘要: 虚方法(virtual关键字) 作用: 实现多态 引入例子 using System; namespace ConsoleAppTestVirtualMethod { class Program { static void Main(string[] args) { // cat1是Animal类型 阅读全文
posted @ 2025-08-20 11:18 清安宁 阅读(4) 评论(0) 推荐(0)