Changes

Jump to: navigation, search

The Basics of Object Oriented Programming in Swift

31 bytes added, 19:06, 26 December 2015
Stored and Computed Properties
== Stored and Computed Properties ==
<google>ADSDAQBOX_FLOW</google>
Class properties in Swift fall into two categories referred to as stored properties and calculated properties. Stored properties are those values that are contained within a constant or variable. Both the account name and number properties in the BankAccount example are stored properties.

Navigation menu