Is apple stopping supporting objective c?
Answer / Anil Kumar Meena
No, Apple continues to support Objective-C in the latest versions of Xcode. However, they are encouraging developers to use Swift for new projects due to its performance and safety benefits.
| Is This Answer Correct ? | 0 Yes | 0 No |
Does objective c support multiple inheritance?
What does @synchronized() do?
What is struct and enum?
How do I create a bridge header in objective c?
What is the difference between category and extension in objective c?
How to use objective c file in swift?
Is swift faster than objective c?
Explain mutable types in objective c programming language?
What are the adavantages of gcd over nsthread?
What is abstract class in objective c?
What is instancetype?
Can you differentiate polymorphism from abstraction?