Changes

Jump to: navigation, search

The Basics of Object Oriented Programming in Swift 2

12 bytes removed, 20:34, 1 February 2016
m
Text replacement - "<google>BUY_IOS9</google>" to "<htmlet>ios9</htmlet>"
<googlehtmlet>BUY_IOS9ios9</googlehtmlet>
When creating an instance of the class, it will now be necessary to provide initialization values for the account number and balance properties as follows:
<googlehtmlet>BUY_IOS9ios9</googlehtmlet>
<pre>
var account1 = BankAccount(number: 12312312, balance: 400.54)
<googlehtmlet>BUY_IOS9ios9</googlehtmlet>

Navigation menu