View Single Post
Old Jan 17th, 2007, 11:39 AM   #6
pegasus001
Hobbyist Programmer
 
pegasus001's Avatar
 
Join Date: Nov 2006
Location: 163H
Posts: 215
Rep Power: 3 pegasus001 is on a distinguished road
Quote:
Originally Posted by Tim View Post
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 View Post
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.
__________________
You never test the depth of a river with both feet.
The believer is happy. The doubter is wise.
Free speech carries with it some freedom to listen.
The next generation will always surpass the previous one. It`s one of the never ending cycles of life.
pegasus001 is offline   Reply With Quote