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?

?!?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top