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 tuple in swift?
What is viewcontroller in swift?
What is difference between xcode and swift?
What are the different collection types available in swift?
What is the difference between array and nsarray?
What lazy stored properties is and when it is useful?
What is swiftnet?
What is difference between if and guard in swift?
What are the advantages of using swift for ios development?
Is swift easier than java?
What is the full form of swift code?
How to add an element into an array?