Polymorphic copy: Difference between revisions

(Add Nimrod)
Line 1,482:
 
class S : T {
init() { } // must implement the constructor here too since it is @required in T
override func identify() {
println("I am an S")
Anonymous user