InterviewSolution
Saved Bookmarks
| 1. |
How will you define base class? |
|
Answer» The classes in SWIFT are not INHERITED from the base class. If you DEFINE any class WITHOUT specifying its SUPERCLASS, it automatically becomes the base class. |
|