About

I am a software developer in Seattle, building a new AI software company.

Ads

March 2013

Sun Mon Tue Wed Thu Fri Sat
          1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31            

Ads


« Walking Monkey | Main | C# Behind the Scenes »

August 01, 2004

Comments

Patrick Smacchia

I understand that MS provides non-virtual methods for List T in order to improve perf, and thus, needs to provide smthing like Collection T to have a base class for custom collection. However, why does Collection T is not abstract since there is no point in prefering Collection T to List T? or am I missing smthing?

In the same spirit, I suspect that the only reason for KeyedCollection K,V (which is abstract) is to provide a base class for custom dictionary. Am I right?

The comments to this entry are closed.