A
Arne Vajhøj
Mark said:Arne said:C# has slightly more [array] methods, but also seems to favor
static [array] methods:
http://msdn.microsoft.com/en-us/library/system.array_members.aspx
Just because C# does it, doesn't mean it's a good idea.
No.
But my conclusion was that C# (actually .NET) was very similar to
Java in the preference for static methods on array instead of
instance methods.
I would almost consider it a trend.
Arne