What is objective c runtime?
Answer / Ramniwas
"The Objective-C runtime is a part of the Apple's Cocoa Touch framework that manages objects, class hierarchy, messaging, and memory management at runtime. It includes runtime classes like NSObject, NSString, NSDictionary, etc. "
| Is This Answer Correct ? | 0 Yes | 0 No |
Does objective c have multiple inheritance?
How to initialize nsmutabledictionary in objective c?
What are the characteristics of the category?
Why is objective c better than swift?
What is delegate? Can delegates be retained?
How do I open .m files?
What are the 5 performance objectives?
What is enum constant?
What are the size classes?
What is the point of closures?
What is mark and sweep algorithm?
What is data encapsulation in objective-c?