How base-class is defined in Swift?



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

Post New Answer

More Apple iOS Swift Interview Questions

What is race condition in swift?

1 Answers  


How to declare an empty dictionary in swift?

1 Answers  


What is optional binding?

1 Answers  


How you define variables in swift language?

1 Answers  


How can you write multiple line comment?

1 Answers  


Who created swift?

1 Answers  


What are the new feature in swift 4.0?

1 Answers  


What are the differences between a struct and a class?

1 Answers  


What is dictionary in swift?

1 Answers  


What is the use of continue statement in swift loop?

1 Answers  


What is tuple? How to create a tuple in swift?

1 Answers  


What is a lazy var in swift?

1 Answers  


Categories