Pavan Sai
What is the root class in .Net?
By Pavan Sai in C# on Jan 28 2016
  • Satyam Sharma
    Jul, 2016 13

    System.Object

    • 3
  • Deeksha Pandit
    Jan, 2017 7

    System.Object

    • 1
  • Ramesh S
    Nov, 2016 24

    Static class does not allow user to create instances of the class as well as it restrict the user to inherit any data members/functions to derived class. So A static class can make your implementation simpler ,safe and faster because you do not have to create an object in order to invoke its methods.

    • 1
  • Sourav Barua
    Nov, 2016 15

    System.Object

    • 1
  • Shamim Uddin
    Oct, 2016 19

    System.Object

    • 1
  • Santosh Kumar Adidawarpu
    May, 2016 8

    System.Object

    • 1
  • Vineet Kumar
    Jan, 2017 13

    System.Object

    • 0
  • Sreekanth Reddy
    Dec, 2016 7

    System.

    • 0
  • Khaja Moizuddin
    Dec, 2016 2

    Object is the super class of all classes.

    • 0
  • Kapi Shivhare
    Nov, 2016 3

    Object.

    • 0
  • Ravi Patel
    Oct, 2016 18

    System.Object

    • 0
  • Vishal Jadav
    Sep, 2016 12

    System.

    • 0
  • Rajendra Mote
    Aug, 2016 26

    System.Object

    • 0
  • Sandeep Singh
    Aug, 2016 19

    The root class in .Net is "System.Object " because all classes in the .Net Framework are derived form Object.

    • 0
  • Vinay Singh
    Aug, 2016 11

    System.Object is the base calls of all calles in .Net. System.Object supports all classes in .NET Framework hierarchy and provide base level services to the derived classes

    • 0
  • Vinay Singh
    Aug, 2016 11

    System.Object is the base calls of all calles in .Net. System.Object supports all classes in .NET Framework hierarchy and provide base level services to the derived classes

    • 0
  • Tarun Raj
    Aug, 2016 8

    System.Object

    • 0
  • Tarun Raj
    Aug, 2016 8

    System.Object

    • 0
  • Dimpy Dhiman
    Jul, 2016 24

    system.Object is a root class in .net

    • 0
  • Hari Shanker
    Jul, 2016 11

    System.object

    • 0
  • Srinivasa Muli
    Jun, 2016 22

    System

    • 0
  • Sumit Sharma
    Jun, 2016 13

    Root class award goes to System.Object. All classes internally inherits Object class.

    • 0
  • Vinay Singh
    Jun, 2016 7

    System.Object is the root class of .net. For detail have a look of the links http://net-informations.com/q/faq/root-class.html http://www.c-sharpcorner.com/forums/root-class-of-net http://www.coolinterview.com/interview/4917/

    • 0
  • Avikshith Aradhya
    May, 2016 30

    System.Object class is Root class in .Net

    • 0
  • Thiruppathi R
    May, 2016 25

    System.Object is the base calls of all calles in .Net

    • 0
  • Pramod Gehlot
    May, 2016 19

    System.Object

    • 0
  • Gayatri Sravya
    May, 2016 4

    System.Object

    • 0
  • sampath kumar
    Apr, 2016 30

    OBJECT

    • 0
  • sampath kumar
    Apr, 2016 30

    OBJECT

    • 0
  • Rahul Chavan
    Apr, 2016 6

    Class: System.Object Namespace: System Assembly: mscorlib (in mscorlib.dll)

    • 0
  • Sunil Babu
    Apr, 2016 2

    System.Object

    • 0
  • Keerthi Venkatesan
    Mar, 2016 31

    System.Object

    • 0
  • vaibhav Hedaoo
    Mar, 2016 25

    System.Object

    • 0
  • Shipra Gupta
    Mar, 2016 11

    System.Object class

    • 0
  • Vivek Kumar
    Mar, 2016 11

    System.Object

    • 0
  • Sreekanth Reddy
    Mar, 2016 10

    Object

    • 0
  • saisowmic Mandava
    Mar, 2016 9

    system.object is know as the root class in .NET.In .Net all the objects of value type and reference type are related to object class because of this any class will be related to the object class.so that's why it is know as root class

    • 0
  • vipin kv
    Mar, 2016 9

    System.Object

    • 0
  • Anil Jha
    Mar, 2016 2

    System.Object

    • 0
  • Pankaj  Kumar Choudhary
    Feb, 2016 9

    System.Object class is parent class of all other class

    • 0
  • Munesh Sharma
    Feb, 2016 9

    System.Object

    • 0
  • Shraban
    Feb, 2016 4

    Object Class is the ultimate base class of all classes in the .NET Framework

    • 0
  • Anil Kumar Murmu
    Feb, 2016 2

    System.Object

    • 0
  • Sthitaprajnya Debasis Nayak
    Feb, 2016 1

    object

    • 0
  • Sthitaprajnya Debasis Nayak
    Feb, 2016 1

    object

    • 0
  • Sthitaprajnya Debasis Nayak
    Feb, 2016 1

    object

    • 0
  • Sthitaprajnya Debasis Nayak
    Feb, 2016 1

    object

    • 0
  • Nishant Mittal
    Feb, 2016 1

    Base class is System.Object

    • 0
  • Pavan Sai
    Jan, 2016 28

    System. Object is the base class of all Classes in .Net. System. Object supports all classes in .NET Framework hierarchy and provide base level services to the derived classes

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS