Can we create dynamic classes in objective c?
Answer / Mohammad Faisal Khan
Yes, you can create dynamic classes in Objective-C using runtime methods such as class_alloc, class_initialize, and objc_allocateClassPair. This allows for the creation of classes at runtime, providing flexibility and dynamism.
| Is This Answer Correct ? | 0 Yes | 0 No |
Can you learn swift without knowing objective c?
What is inheritance in objective c?
Is objective c open source?
Who made objective c?
What is an extension?
What is the difference between class and category?
What is kvc and kvo?
How do I create a bridging header file?
Distinguish between @synthesize and @dynamic in objective –c?
What is the isa member?
What's the difference between a thread safe and a thread unsafe function?
What is difference between datasource and delegate?