随笔分类 - c# / c#面向对象
摘要:using System; using System.Collections.Generic; using System.Text; namespace 方法重载 { class area { public static double AREA(double r) { double pi = 3.1
阅读全文
摘要:using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; namespace EventHa
阅读全文
摘要:using System; using System.Collections.Generic; using System.Linq; using System.Text; //ArrayList的简单例子 using System.Collections;//引用集合的 命名空间 namespace
阅读全文
摘要:using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace 常用类 { class Program { static void Main(string[] args)
阅读全文
摘要:using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace is和as { class Program { static void Main(string[] args
阅读全文
摘要:using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace 继承 { public class chinese : person//定义一个chinese派生类,继承自
阅读全文
摘要:using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace 模拟银行_19_4_30 { class account//普通账户 { //字段--私有 //privat
阅读全文
摘要:using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace 引用类型 { class Program { class DataTypeTest { public int
阅读全文
摘要:using System; using System.Collections.Generic; using System.Linq; using System.Text; using x类和方法_19_4_9; namespace 命名空间 { class Program { static void
阅读全文
摘要:using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace x类和方法_19_4_9 { public class stu { //字段--值--与普通的变量类型--但
阅读全文
摘要:using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace x1808汪敏_阶段练习_19_4_3 { class Program { static void Main
阅读全文
摘要:using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace x180821 { class Program { static void Main(string[] ar
阅读全文