adspace


What are swift properties?

Answer Posted / Rana Singh

Properties in Swift are variables and constants that belong to a class, struct, or enumeration. They store the state of an instance and can be accessed directly through the instance's name.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain some biggest changes in usernotifications.

925


Explain the common execution states for a swift ios app (ios application lifecycle).

899


How can you define a base class in swift?

929