How base-class is defined in Swift?
Answer / iosraj
In Swift the classes are not inherited from the base class and the classes that you define without specifying its superclass, automatically becomes the base-class.
Is This Answer Correct ? | 0 Yes | 1 No |
How long does it take to learn swift?
What type of objects are basic data types in swift?
What is selector swift?
How to convert nsmutablearray to swift array in swift?
What is “defer”?
Explain enum in swift.
Why is inheritance not desirable in swift?
What is static function in swift?
What is the swift main advantage?
What is Initialization ?
How can you add table view?
What is the difference between swift and ‘objective-c’ language?