Is c++ similar to objective c?
Answer / Ankit Varshney
No, C++ and Objective-C are different programming languages. While they share some syntax, they were designed for different purposes: C++ is a general-purpose language, while Objective-C was specifically designed for Apple's operating systems.
| Is This Answer Correct ? | 0 Yes | 0 No |
Will objective c be deprecated?
Is it possible to implement dealloc in arc?
What do you mean by @synthesize and @dynamic in the objective-c?
Who calls dealloc method? Can we implement dealloc in arc? If yes, what is the need to do that?
What does the gc () method?
What is block in objective c?
What is an example of tangible property?
What is hashable?
What is strong and weak in objective c?
What is gcd? What are its advantages over nsthread?
How do I create a bridge header in objective c?
Explain what is data encapsulation in objective-c?