Quantcast
Channel: What is Object type!!!
Browsing all 6 articles
Browse latest View live

What is Object type!!!

Hi,What HanneSTheEGreaT (but difficult to type) was getting at is when you treat things as objects you can't treat them as specific things but general things. Example if you pass an Employee as an...

View Article



What is Object type!!!

Sorry, I didn't mean to confuse you :)Object data Type :http://msdn.microsoft.com/en-us/library/twcxd6b8(VS.80).aspxBoxing & Unboxing...

View Article

What is Object type!!!

You may need to cast these input paramaters to Object type though, this is called boxing, which adds additional overhead. You could use TryCast, Directcast - to name a couple. Call me old fashioned,...

View Article

What is Object type!!!

You may need to cast these input paramaters to Object type though, this is called boxing, which adds additional overhead. You could use TryCast, Directcast - to name a couple. Call me old fashioned,...

View Article

What is Object type!!!

Hi,You are correct. Everything in .NET is an object of type Object. Integers, strings, XmlDocument, and so all derive from base type Object. If you have a parameter of type Object then you can pass...

View Article


What is Object type!!!

There are several functions that wants their parameters to be an type.............What does this object type refers to?Is it such that the parameter the function expects is not a datatype specific;i.e,...

View Article
Browsing all 6 articles
Browse latest View live




Latest Images