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 type of objects are basic data types in swift?
What are the advantages of swift?
What is argument label in swift?
What is dependency injection in swift?
Explain what is optional chaining?
Why we use delegates in swift?
Explain completion handler?
What is nil-coalescing operator?
What is protocol in swift?
What are ui elements?
What are functions in swift?
How can you write multiple line comment?