在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
转载至:http://www.cnblogs.com/zhenyulu/articles/53834.html 这个礼拜三晚上的.net讲座被取消了,原因是与我的课程冲突,并且近20天内不允许停调课。所以只能在这里将我讲座中的部分演示内容预先公布一下了。
unit TPerson;
interface type Person = class private { Private Declarations } public Name : string; Age : integer; constructor Create; end; implementation constructor Person.Create; begin inherited Create; end; end.
Imports System
End Class
using System;
using TEmployee; public class Client } 到此为止,程序编写完成,看看效果吧。完整的程序代码可以从这里下载。 |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论