|
计算机科学 2004
Design and Analysis on a Kind of Delegate Mechanism
|
Abstract:
In the recent years, object-oriented techniques have become mainstream in software development; however, traditional inheritance-based languages cannot satisfy the dynamic requirement in large application software systems. For that reason, in this paper we introduce a kind of delegate-based implementation method founded on both inheritance and design-pattern. Analysis and experimental results show that the performance of delegate-based implementation method is superior to others.