data types

  • Thread starter Thread starter Seshasai S
  • Start date Start date
S

Seshasai S

In .Net all built-in types are classes.
We know that these all were inherited from object class.
Object class has GetHascode() function and GetType()
function. Is there any significance in these functions.
My doubt is that these built-in types are storing data
internally?
 
* "Seshasai S said:
In .Net all built-in types are classes.

No. Some of them are value types.
We know that these all were inherited from object class.
Object class has GetHascode() function and GetType()
function. Is there any significance in these functions.
My doubt is that these built-in types are storing data
internally?

?!?
 
Back
Top