VB Dot Net Developer Question: Download VB .Net Developer PDF

Explain CTS?

Tweet Share WhatsApp

Answer:

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.

Download VB .Net Developer PDF Read All 56 VB .Net Developer Questions
Previous QuestionNext Question
Explain Global Assembly Cache (GAC)?List the types of generations in garbage collector?