The
object class represents the System.Object type, which is the root type in the
C# class hierarchy.
Generally
we use this class when we cannot specify the type of object at compile time.
We
can store anything in the object type variable, but for performing any
operation then explicit type casting before it can be used.

No comments:
Post a Comment