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 |
What is data type in swift?
Is multiple inheritance possible in swift?
How to create a constant in swift programming?
What is the difference between closure and function in swift?
What are the differences between a struct and a class?
What are generics? How to make a method or variable generics in swift?
What is extension in swift?
What is the difference between array and nsarray?
What is difference between if and guard in swift?
What are the control transfer statements that are used in ios swift?
What is strong in swift?
What is swift nsarray?