All types in C# implicitly derive from

Skill/Topic: Beginner
A) System.Object class
B) System class
C) System.CSharp class

Showing Answers 1 - 3 of 3 Answers

Anujan

  • Nov 6th, 2011
 

From the System.Object class is correct, all value types derive from System.Value Type which in-turn derives from System.Object.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions