Is everything an object c#?



Is everything an object c#?..

Answer / Satender Kumar

In C#, everything is considered as an object because all data types inherit from the 'object' class directly or indirectly.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

Explain About a class access specifiers and method access specifiers.

1 Answers  


How can I check the type of an object at runtime?

1 Answers  


What is the resgen.exe tool used for?

1 Answers  


What is difference between the "throw" and "throw ex" in .net?

1 Answers  


Is c# a keyword?

1 Answers  


What is assembly manifest?

1 Answers  


Can you override private virtual methods?

5 Answers  


Define a class and an object?

1 Answers  


What is use of private class in c#?

1 Answers  


Why do we overload constructors?

1 Answers  


Differentiate between copy and default constructor.

1 Answers   TCS,


What do you mean by delegates and explain different types of delegates?

1 Answers  


Categories