Quote:
Originally Posted by Tim
Neither values are Boxed.
|
I don`t quite agree. Because every type in c# inherits the Object class, so how ca you say that they aren`t boxed. They have methods or you forgot :
Quote:
Originally Posted by Tim
It is one of the reason people claim that C# is a truly object oriented language because its primatives have methods.
|
So this means that they are inside(boxed into) something.
And also C# has no primitive types, because it is oop, it only has predefined types.