0 votes
in IONIC by
What is CTS?

1 Answer

0 votes
by

CTS stands for Common Type System. It has a set of rules which state how a data type should be declared, defined and used in the program. It describes the data types that are to be used in the application.

We can design our own classes and values by following the rules that are present in the CTS. The rules are made so that the data type declared using a programming language can be called by an application that is developed using a different language.

Related questions

0 votes
asked Apr 27, 2020 in IONIC by SakshiSharma
0 votes
asked Apr 27, 2020 in IONIC by SakshiSharma
...