|
|
|
|
|
by joeblau
2875 days ago
|
|
> It appears the correct action would have been to use <code>override func greet() { print("sup") }</code>. That actually doesn't work because the greet function is implemented on an extension. You can only override class functions. |
|