Please enable JavaScript.
Coggle requires JavaScript to display documents.
Named Types (Class (Oriented Objects (Polymorphism (Capability to become…
Named Types
-
-
-
Protocol
defines a contract that classes, structs and enums can adopt
By adopting a protocol, a type is required to conform to the protocol by
implementing all methods and properties of the protocol