Changes

Jump to: navigation, search

An Introduction to Swift Inheritance

25 bytes added, 14:52, 3 December 2014
no edit summary
In the [[The Basics of Object Oriented Programming in Swift]] we covered the basic concepts of object-oriented programming and worked through an example of creating and working with a new class using Swift. In that example, our new class was not derived from any base class and, as such, did not inherit any traits from a parent or super class. In this chapter we will provide an introduction to the concepts of subclassing and inheritance in Swift.
== Inheritance, Classes and Subclasses ==
}
</pre>
<google>BUY_IOS8</google>
== Overriding Inherited Methods ==

Navigation menu