What is CLS ? - Part 12

Today, we will discuss Common Language Specification, which is a subset of CTS.

Common Language Specification(CLS) :
  • It defines a set of rules and guidelines that every language must follow which runs under .NET Framework. The languages which follow these set of rules are considered CLS Compliant.
  • CLS enables cross-language integration.
  • Example, C# doesn't support multiple inheritance but C++ does support, so when you try to implement C++ code in C# code, it is not possible.

No comments:

Post a Comment