1.

Category of Data Types in Swift?

Answer»

Category of DATA Types in Swift?
There are mianly two types of data types in Swift
(A)Value TYPE:-
(1)Arrays, Booleans, Characters, Dictionaries, Floating-Points, Int, Strings and Tuples (These are IMPLEMENTED as structures)
(2)Optionals (These are implemented as Enumerations)
(B)Reference Types:-
(1)CLASSES
(2)Functions and Closures



Discussion

No Comment Found