Chrissirhc
Programmer
Hi,
My main programming language was Java and I just saw something odd in c# code.
int x = 5
x.toString()
How can you have a method on a basic type. Or are there no basic types in c #.
Please excuse me I am brand new to this. Laymans terms will be great.
Thanks
Chris
My main programming language was Java and I just saw something odd in c# code.
int x = 5
x.toString()
How can you have a method on a basic type. Or are there no basic types in c #.
Please excuse me I am brand new to this. Laymans terms will be great.
Thanks
Chris