首页 相关文章 Delphi笔试题

Delphi笔试题

  1、rtl70.bpl是什么?有什么用?

  2、delphi的Package相对dll有什么优点?

  3、以下的记录(结构)变量在内存占多少字节?

 type   a = packed record    v1: Byte;    v2: Word;    v3: string[16];    v4: Double;    v5: string;    v6: TForm;   end;

  4、以下的写法是否正确?

 type   a = object    v1: Integer;   end;   b = object(a)    v2: Integer;   end;

  5、以下的写法是否正确?

 type   a = class    v1: Integer;   end;   b = class(a)    v2: Integer;   end;

  6、有一个文件有多行,每行的内容都是姓名,手机号,固定电话...[ 查看全文 ]

2016-02-19 标签:

Delphi笔试题的相关文章

手机页面
收藏网站 回到头部