What are CLS features?
The CLS provides following advantages: Access to Complete .NET Framework hierarchy. High level of interoperability within languages.(e.g. - C# Class can be inherit from a Visual Basic class). Component is accessible from any programming language that supports the CLS. All CLS-compliant languages can produce verifiable code so the type safety of code possible.