Is objective c better than c++?
Answer / Shivendra Pratap Singh
"The superiority of Objective-C over C++ depends on the specific use case. Objective-C is primarily used for developing iOS and macOS applications, while C++ has a wider range of applications. Each language offers different features and advantages."
| Is This Answer Correct ? | 0 Yes | 0 No |
What is category in objective c?
What is a dispatch method?
What is delegate in objective c?
Can I write some c++ function in same .m file?
What is m file?
What is the purpose of managed object context (nsmanagedobjectcontext) in objective-c and how does it work?
What can objective c be used for?
What is the difference between category and extension in objective c?
Can we implement dealloc in arc? If yes, what is the need to do that?
What can’t we put into an array or dictionary?
What is struct in objective c?
What is gcd?