How will you define base class?
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.
Suggest An Answer
No suggestions Available!
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.