Is objective-c is used in window also?
Answer / Sanjay Bharti
"Objective-C is primarily used for developing applications for Apple's iOS, macOS, watchOS, and tvOS platforms. However, it can be used with other operating systems through frameworks such as GObject or Cocoa Touch, although this is less common."
| Is This Answer Correct ? | 0 Yes | 0 No |
What is struct and enum?
Is objective c type safe language?
Can I write some c++ function in same .m file? Will it compile? If no, what changes should I do to compile it?
How much does m files cost?
What is the difference between polymorphism and abstraction?
Mention what is the primary use of the category in the objective-c?
Explain what is dot notation?
Why create a custom view?
How do I open .m files?
Which is better swift or objective c?
What are the blocks? How will you use them?
What happens when you create a block?