1.

How is Swift different from Objective-C?

Answer»

Swift -

  • No need to finish CODE with a semi-colon.
  • The SYNTAX is simple and clear.
  • Does not allow MULTIPLE inheritance.
Objective-C
  • Need to finish code with a semi-colon.
  • The syntax is difficult to master.
  • Allows multiple inheritance.
Also READ: What's new in Swift 5


Discussion

No Comment Found