| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> comp.databases.theory -> Re: Object Class and Data Type
"Tom Hester" <$$tom_at_metadata.com> wrote in message news:<69458$4069acab$45033832$25858_at_msgid.meganewsservers.com>...
> As usual, you don't know what you are talking about.
Thanks, coming from you that is a complaiment.
> There is no single
> base type in .Net;
Object Class
"Supports all classes in the .NET Framework class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all classes in the .NET Framework; it is the root of the type hierarchy."
Source: MSDN Library.
Summarizing:
System.Object is the root of the type hierarchy.
> rather there is a set: int, Vector, etc.
Those types don't exist in the .Net Framework, but the type System.Int32 exists and it is a descendant of System.ValueType like all the value types.
> You are
> confusing the type with the class that contains it.
Classes are types.
Regards
Alfredo
Received on Wed Mar 31 2004 - 04:44:38 CST
![]() |
![]() |