Does ios support multiple inheritance?
Answer / Angad Singh
No, iOS does not support multiple inheritance. Swift uses protocol composition (extension of one protocol by another) and class inheritance to achieve similar functionalities.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is iphone sdk?
What is meaning of 'copy' keyword?
In which language ios is written?
What are the features is ios 12.1?
Explain mutable and immutable types in objective c programming language?
What is memory management handled on ios?
Which JSON framework is supported by iOS?
What json framework is supported by ios (iphone os)?
How to debug a crash in the auto-release pool?
How to switch off predictive text?
How to silent the noisy keyboard?
What is fast enumeration in iOS operating system?