【C# winform 代码】类的继承

时间:2020-09-24 03:18:45
【文件属性】:
文件名称:【C# winform 代码】类的继承
文件大小:47KB
文件格式:RAR
更新时间:2020-09-24 03:18:45
C# winform 类的继承 Microsoft Visual Studio 2010做的C# winform类的继承例子,主要代码: public class Person { public string name, sex; public virtual string f_talk() { return "朋友们好。"; } } public class Student : Person { public string major; public int grade; }
【文件预览】:
类的继承
----WindowsFormsApplication1()
--------WindowsFormsApplication1()
--------WindowsFormsApplication1.sln(914B)
--------WindowsFormsApplication1.suo(22KB)

网友评论