Select from following answers:- System.Class
- System.Object
- System.System
- None of these
- All Above
It is the root class of .net hierarchy. C# has a unified type system, which means that all types inherit, directly or indirectly, from object (System.Object). This includes both reference and value types. It also includes all primitive types, like int and bool, as well as every type provided in the .NET Framework and every custom type that you define.
Show Correct Answer
Source: http://csharp.2000things.com/t | Asked In: Many Interviews |
Alert Moderator