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

Can you explain regular expression and responder chain?

0 Answers  


What is plist in ios?

0 Answers  


How can we make a property optional in swift?

0 Answers  


What are the advantages of swift?

0 Answers  


Is swift an oop?

0 Answers  






What is the swift main advantage?

0 Answers  


How proficient are you in objective-c and swift? Can you briefly describe their differences?

0 Answers  


Is swift coding easy?

0 Answers  


Why we use delegates in swift?

0 Answers  


What are the type of integers does swift have?

0 Answers  


What is swift programming language?

0 Answers  


Consider the following code: let op1: Int = 1 let op2: UInt = 2 let op3: Double = 3.34 var result = op1 + op2 + op3 Where is the error and why? How can it be fixed?

1 Answers  


Categories