Initialization is the process of preparing an object of class,structure or enumeration for use .In this process involves setting initial value for each property on object and perform other setup that is required before the new object is ready to use.
Sunil Singh
13-Jan-2017Initialization is the process of preparing an object of class,structure or enumeration for use .In this process involves setting initial value for each property on object and perform other setup that is required before the new object is ready to use.
For more detail visit https://developer.apple.com/library/content/documentation/Swift/Conceptual/Swift_Programming_Language/Initialization.html