Answers

Question and Answer:

  Home  VB .Net Developer

⟩ Explain CTS?

CTS is Common Type System which is used to communicate smoothly between the languages. For example, if VB has Integer data type and C++ has long data type and these data types are not compatible.

In order to be compatible, CTS can be used as an interface between two languages.

 129 views

More Questions for you: