What do you mean by Common Type System of C#?

 Posted by Goud.Kv on 9/3/2014 | Category: C# Interview questions | Views: 1659 | Points: 40
Answer:

Common Type System, generally called as CTS tells that all the types including built in types (Ex: System.Int32) derived from a single base class (Ex: System.Object).
Generally C# supports inheritance which is the process of inheriting methods, properties etc. from the base class.


Asked In: Spotted While Learning | Alert Moderator 

Comments or Responses

Login to post response