如何模拟记录的继承?

时间:2010-09-20 10:27:15

标签: delphi inheritance record

我想继承记录,因为这是不可能的,最好的解决方案是创建具有公共字段的类并对它们使用继承吗?

1 个答案:

答案 0 :(得分:10)

是的,使用类。 Stack Overflow question Why can't Delphi records have inheritance?

中有完整的讨论