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