This topic has been archived. It cannot be replied.
-
工作学习 / 学科技术讨论 / 面向对象的代码是否可以用继承方式实现版本控制?新版本的代码就从老代码的Class上继承,这样老版本的代码就不会受到任何改变。
-kingdom123456(大胆的小鱼);
2008-4-6
{73}
(#4378619@0)
-
那是理论上,实际很难,
连MS 的.net framework 各版本都不能通用,
其他公司更没那个功力
-googlebot(bot);
2008-4-6
(#4378675@0)
-
Interesting! Are following statements legal?public class ABC : ABC
Public Class ABC
Inherits ABC
public class ABC extends ABC
-deep_blue(BLUE);
2008-4-7
{117}
(#4380577@0)
-
其实楼主的想法还是又道理的。看COM发展的过程,你就知道其实MS曾经确实试图这样做,用COM Aggregate可以用新的COM把旧的包起来。
-canadiantire(轮胎 - favete lingui);
2008-4-7
(#4380599@0)
-
Not family with the feature of COM.If you mean the Aggregation , it’s far from what LZ means.
-deep_blue(BLUE);
2008-4-7
{148}
(#4381110@0)